Oracle8i Application Developer's Guide - Advanced Queuing Release 2 (8.1.6) Part Number A76938-01 |
|
JMS Administrative Interface: Basic Operations, 29 of 30
Disable 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.disablePropagationSchedule
TopicSession t_sess; Topic topic; ((AQjmsDestination)topic).disablePropagationSchedule(t_sess, "dbs1");
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|