
Hi All, In this post I'll describe how you can install RabbitMQ sever and Management console in the easy way using apt-get :). You can follow the following instructions to get this done.
Installing RabbitMQ Server
Add the following line to your /etc/apt/sources.list filedeb http://www.rabbitmq.com/debian/ testing main
To avoid warnings about unsigned packages, add repo public key to your trusted key list using apt-key:...