Oracle AQ dependent jars

2k views Asked by At

What are the jars dependent on Oracle AQ as I am getting java.lang.ClassNotFoundException: oracle.jms.AQjmsFactory in the createQueueConnection(String,String) method

It looks like I'm missing some jar files. Can you please provide me suggestions on the complete list of jars that are required to run oracle aq calls?

1

There are 1 answers

0
Eanlr On

Required runtime jars are described in Programming Interfaces part in AQ user guide. Just scroll to "Using JDBC OCI Driver or JDBC Thin Driver"

Using Oracle Java Message Service (Oracle JMS) to Access Oracle Database Advanced Queuing

You need to copy jars from Oracle Database server and put them on class path.

Actually not all of them are required and it depends on what features you are using.