Any messaging frameworks in ruby

Hi,

Is there a messaging framework in Ruby like JMS in Java?

Thanks

check out ruby spread - it's on the raa.

-a

···

On Fri, 19 Aug 2005, hsun wrote:

Hi,

Is there a messaging framework in Ruby like JMS in Java?

--

email :: ara [dot] t [dot] howard [at] noaa [dot] gov
phone :: 303.497.6469
Your life dwells amoung the causes of death
Like a lamp standing in a strong breeze. --Nagarjuna

===============================================================================

I have a client (protocol really, with a ruby impl) for talking to arbitrary MQ/JMS systems (right now only server implementation is the one I'm doing in ActiveMQ ( http://activemq.org/ )).

It's working, and finalized protocol and ActiveMQ implementation should be ready inside of a week (though a formal release of the ActiveMQ server-side implementation of the protocol won't be until ActiveMQ 3.1 is released, which should be soon as there is just 1 outstanding issue, I believe).

Anyway, some more info is available on my blog: Brian McCallister

-Brian

···

On Aug 18, 2005, at 1:24 PM, hsun wrote:

Hi,

Is there a messaging framework in Ruby like JMS in Java?

Thanks