Oracle8i Application Developer's Guide - Advanced Queuing Release 2 (8.1.6) Part Number A76938-01 |
|
JMS Administrative Interface: Basic Operations, 12 of 30
Get a queue table.
If the caller which opened the connection is not the owner of the queue table, the caller must have AQ enqueue/dequeue privileges on queues/topics in the queue table. Otherwise the queue-table will not be returned.
See Java (JDBC): Oracle8i Supplied Java Packages Reference, oracle.jms, AQjmsSession.getQueueTable
QueueSession q_sess; AQQueueTable q_table; q_table = ((AQjmsSession)q_sess).getQueueTable("boluser", "bol_ship_queue_table");
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|