[rabbitmq-discuss] STOMP adapter updated for RabbitMQ v1.3.0
Tony Garnock-Jones
tonyg at lshift.net
Wed Apr 30 18:22:51 BST 2008
Hi all,
Thanks to Carl Bourne, who reported a bug in the STOMP adapter, I've
gotten around to updating it to run against RabbitMQ server v1.3.0.
You can see the details at
http://www.lshift.net/blog/2008/04/30/stomp-adapter-updated-for-rabbitmq-130,
but in summary:
In window 1:
===========================================================================
curl http://www.rabbitmq.com/releases/source/rabbitmq-1.3.0.tar.gz | tar
-zxvf -
curl
http://hg.opensource.lshift.net/rabbitmq-stomp/archive/rabbitmq_v1_3_0_branch.tar.gz
| tar -zxvf -
make -C rabbitmq-1.3.0/erlang/rabbit
make -C rabbitmq-stomp-rabbitmq_v1_3_0_branch run
===========================================================================
In window 2:
===========================================================================
sudo apt-get install ruby
sudo apt-get install rubygems
sudo gem install stomp
ruby rabbitmq-stomp-rabbitmq_v1_3_0_branch/priv/tests-ruby/cb-receiver.rb
===========================================================================
In window 3:
===========================================================================
ruby rabbitmq-stomp-rabbitmq_v1_3_0_branch/priv/tests-ruby/cb-sender.rb
===========================================================================
Regards,
Tony
--
[][][] Tony Garnock-Jones | Mob: +44 (0)7905 974 211
[][] LShift Ltd | Tel: +44 (0)20 7729 7060
[] [] http://www.lshift.net/ | Email: tonyg at lshift.net
More information about the rabbitmq-discuss
mailing list