Connecting to IBM MQ

We have a need to connect to IBM MQ from a Sinatra service, I have found
two resources on the web:

http://rubywmq.rubyforge.org/index_files/jruby.htm

Just wonder if anybody has any feedback on interacting with MQ from
JRuby

thanks

Charles

On Sat, 05 Oct 2013, Charles M. wrote:

We have a need to connect to IBM MQ from a Sinatra service, I have found two
resources on the web:

GitHub - reidmorrison/jruby-jms: Complete JRuby API into Java Messaging Specification (JMS)
http://rubywmq.rubyforge.org/index_files/jruby.htm

Just wonder if anybody has any feedback on interacting with MQ from JRuby

I’ve been experimenting as of late with connecting to ActiveMQ via JMS
(instead
of STOMP) under JRuby.

I’ve been bundling my work under this gem named Stapfen
(https://github.com/lookout/stapfen).

That said, most of the work I have been doing has been in the
consumption side
rather than the producer side of the fence.

Cheers

  • R. Tyler C.