Tweets:

Posting tweet...

Powered by Twitter Tools

Updating RabbitMQ and RabbitMQ-Stomp to RabbitMQ 1.5.3

I noticed that the rabbitmq-stomp had stopped working on my servers after a reboot. The servers were using the Ubuntu debian package of rabbitmq and had been updgraded to RabbitMQ 1.5.3 and stomp had not since I was manually installing rabbitmq-stomp from the mercurial repositories (cause I could not find any ubuntu packages for rabbitmq-stomp).

If you [...]

Deploying RabbitMQ and Stomp on Ubuntu

Install rabbitmq via synaptic
Make sure that the erlang package is installed
Add a repository from the rabbitmq site
Set up Repository via the Synaptic GUI tool

(http://www.rabbitmq.com/debian/)

Synaptic repository addition

Set up Repository via command line

Ubuntu Documentation for Managing Repositories via the Command Line

How to use the RabbitMQ Debian repository and available RabbitMQ Debian packages

The repositories are described in /etc/apt/sources.list

So [...]