reidmorrison / jruby-jms

Complete JRuby API into Java Messaging Specification (JMS)
Apache License 2.0
47 stars 21 forks source link

oracle.jms.AQjmsFactory Required for all JMS connections #15

Closed AlphaCluster closed 10 years ago

AlphaCluster commented 10 years ago

I am trying to get ruby-jms to work with HornetQ and when I try and runt the examples I get an error from it trying to load oracle.jms.AQjmsFactory. My guess is this is from the "java_import 'oracle.jms.AQjmsFactory'" line that was added to oracle_a_q_connection_factory.rb. When I comment out the require for oracle_a_q_connection_factory the error is going away.

AlphaCluster commented 10 years ago

Closing my issues since I submitted a pull request for the same thing.