Friday 6 December 2013

install rabbitmq management plugin ubuntu

First install rabbitmq from the website.

Download the .deb package and run, this is the best way to get the latest code.

once installed, run the following commands:

/usr/lib/rabbitmq/lib/rabbitmq_server-x-x-x/sbin/rabbitmq-plugins enable rabbitmq_management

you should see:

The following plugins have been enabled:
  mochiweb
  webmachine
  rabbitmq_mochiweb
  amqp_client
  rabbitmq_management_agent
  rabbitmq_management

now run:

/usr/lib/rabbitmq/lib/rabbitmq_server-2.7.1/sbin# service rabbitmq-server restart

now go to

http://localhost:15672

in your browser, all running :)


No comments:

Post a Comment