I have a requirement to send messages to a rabbit mq queue directly from an oracle 10g database. The database uses v1.4 of the Java VM and i am having troubles loading the rabbit mq client into the Oracle JVM. I am using v2.2 for java 1.4 of the Rabbit Client.<div><br></div><div>The errors i am getting when using the loadjava command in oracle are around referenced object could not be resolved</div><div><br></div><div>e.g.&nbsp;ORA-29534: referenced object SYS.edu/emory/mathcs/backport/java/util/concurrent/helpers/WaitQueue$WaitNode could not be resolved</div><div><br></div><div>the following is the batch file i am running to load the jar files</div><div><div><br></div><div>C:\oracle\product\BIN\loadjava -f -force -oracleresolver -resolve -verbose -oci8 -u sys/local@local &nbsp;"C:\Downloads\rabbitmq-java-client-java1.4bin-2.2.0\junit.jar" "C:\\Downloads\rabbitmq-java-client-java1.4bin-2.2.0\commons-cli-1.1.jar" "C:\Downloads\rabbitmq-java-client-java1.4bin-2.2.0\commons-io-1.2.jar" "C:\Downloads\rabbitmq-java-client-java1.4bin-2.2.0\backport-util-concurrent-3.0.jar" "C:\Downloads\rabbitmq-java-client-java1.4bin-2.2.0\retrotranslator-runtime-1.2.1.jar" "C:\Downloads\rabbitmq-java-client-java1.4bin-2.2.0\rabbitmq-client.jar" "C:\Downloads\rabbitmq-java-client-java1.4bin-2.2.0\rabbitmq-client-tests.jar"</div></div><div><br></div><div>would anyone be able to give me any guidance, i&nbsp;realize&nbsp;this is a bit of an obscure requirement but it makes sense in the context of what we are trying to do.</div><div><br></div>