Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How-to send a non-persistent (BUFFERED) message using JMS?

Re: How-to send a non-persistent (BUFFERED) message using JMS?

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 14 Jun 2006 09:08:08 -0700
Message-ID: <1150301293.969410@bubbleator.drizzle.com>


bolek wrote:
> I'm trying to send a BUFFERED (in Oracle terms) message using JMS. I
> would expect the Oracle implementation of JMS to map the JMS
> non-perisstent delivery mode in the Oracle BUFFERED delivery mode.
> However, try as I might my JMS programs always send messages as
> persistent. Why? Is there any way I can send a BUFFERED AQ message
> using JMS? I can soo easily do that using PL/SQL I'm just trying to
> accomplish the same thing from a different programmatic environment.
> This is on Oracle 10.2.1 jars from 10.2.1 as well.
>

Have you looked at the following?

$ORACLE_HOME/rdbms/demo/aq*.sql

There are a number of files with good starting code for AQ and JMS.

HTH

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Wed Jun 14 2006 - 11:08:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US