Oracle8i Application Developer's Guide - Advanced Queuing Release 2 (8.1.6) Part Number A76938-01 |
|
JMS Administrative Interface: Basic Operations, 27 of 30
Enable a Propagation Schedule
NULL destination indicates that the propagation is to the local database.
See Java (JDBC): Oracle8i Supplied Java Packages Reference, oracle.jms, AQjmsDestination.enablePropagationSchedule
TopicSession t_sess; Topic topic; ((AQjmsDestination)topic).enablePropagationSchedule(t_sess, "dbs1");
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|