
This page describes our Debian repository and available RabbitMQ Debian packages.
To make use of our APT repository,
/etc/apt/sources.list:
deb http://www.rabbitmq.com/debian/ testing main(Please note that the word
testing in this line
refers to the state of our release of RabbitMQ, not any
particular Debian distribution. You can use it with Debian
stable, testing or unstable, as well as with Ubuntu. In the
future we will have a stable release too.)
apt-key(8):
wget http://www.rabbitmq.com/rabbitmq-signing-key-public.asc sudo apt-key add rabbitmq-signing-key-public.asc
apt-get update.
sudo apt-get install rabbitmq-server sudo apt-get install librabbitmq-java