Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How-to send a non-persistent (BUFFERED) message using JMS?
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.orgReceived on Wed Jun 14 2006 - 11:08:08 CDT
![]() |
![]() |