Would anyone be able to point me to some sample java code that shows me to how to listen on an Oracle AQ Queue?
Thanks Damien
|
|
|
Here's the basics. The conn variable contains a regular JDBC Connection class already connected to the DB.
The oracle specific classes like AQjmsQueueConnectionFactory are in the package oracle.jms. |
|||||||
|