Using AQ from java: jms vs. jdbc [message #425340] |
Thu, 08 October 2009 12:16 |
Tomarenz
Messages: 9 Registered: January 2009
|
Junior Member |
|
|
Hi all, I need to use AQ from java to implement a publisher/multiple-subscriber pattern.
Db is Oracle 11g.
A confusing issue concerns the prog. environment: jdbc describes how to use AQ, while AQ dev. guide only refers to jms.
Indeed I cannot use multiple subscribers from java: I get ORA-25257 as soon as I try to register a listener on a multi-consumer queue.
No documented way to add a new subscriber from jdbc, though (only in PL/SQL or jms).
Any help is appreciated.
|
|
|