Oracle8i Application Developer's Guide - Advanced Queuing Release 2 (8.1.6) Part Number A76938-01 |
|
JMS Administrative Interface: Basic Operations, 26 of 30
Schedule a Propagation
Messages can be propagated to other topics in the same database by specifying a NULL destination. If the message has multiple recipients at the same destination in either the same or different queues the message will be propagated to all of them at the same time.
See Java (JDBC): Oracle8i Supplied Java Packages Reference, oracle.jms, AQjmsDestination.schedulePropagation
TopicSession t_sess; Topic topic; ((AQjmsDestination)topic).schedulePropagation(t_sess, null, null, null, null, new Double(0));
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|