Using Ruby, not JRuby, in JMS queue?

浪子不回头ぞ 提交于 2019-12-23 10:51:14

问题


What is the easiest way of pushing a message to a JMS queue (hosted by Tibco EMS) using Ruby, not JRuby?


回答1:


Stomp is a mechanism that allows arbitrary clients to attach to Stomp message brokers. StompConnect turns JMS providers into Stomp brokers, including Tibco EMS (not Tibco RV).

I'm not sure if this is the absolute easiest; other options would include using Tibco EMS's C++ client and interfacing it using a Ruby FFI mechanism. I don't know which would be the "best".



来源:https://stackoverflow.com/questions/14330594/using-ruby-not-jruby-in-jms-queue

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!