[rabbitmq-discuss] Ruby's Stomp gem and CONNECT headers
Tony Garnock-Jones
tonyg at lshift.net
Tue Feb 3 21:27:43 GMT 2009
The version I had (1.0.5) didn't support passing in of arbitrary headers
to the CONNECT method, so I forked it on github and added the feature.
Unfortunately, the version on rubyforge isn't in sync with github, so
there are now three variants.
http://svn.codehaus.org/stomp/ruby/trunk/lib/ - Rubyforge
http://github.com/grempe/stomp/tree/master - What I forked from
http://github.com/tonyg/stomp/tree/master - My fork
If you want to try out the Basic.Qos/prefetch feature using the Ruby
Stomp client, you'll have to get my fork for now:
git clone git://github.com/tonyg/stomp.git
I've sent a message to grempe asking ver to pull in my change; hopefully
that'll happen soon. I've also emailed Brian McCallister to see about
getting my change into the official repo.
Regards,
Tony
More information about the rabbitmq-discuss
mailing list