[rabbitmq-discuss] using Rabbit MQ to send messages directly from Oracle 10g Database

Justin Woolich justinwoolich at gmail.com
Wed May 8 06:33:04 BST 2013


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.

The errors i am getting when using the loadjava command in oracle are 
around referenced object could not be resolved

e.g. ORA-29534: referenced object 
SYS.edu/emory/mathcs/backport/java/util/concurrent/helpers/WaitQueue$WaitNode 
could not be resolved

the following is the batch file i am running to load the jar files

C:\oracle\product\BIN\loadjava -f -force -oracleresolver -resolve -verbose 
-oci8 -u sys/local at local 
 "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"

would anyone be able to give me any guidance, i realize this is a bit of an 
obscure requirement but it makes sense in the context of what we are trying 
to do.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130507/c792e2c2/attachment.htm>


More information about the rabbitmq-discuss mailing list