Brief: Is there a way to install rabbitmq-plugins via a ubuntu package?
Details:
I have rabbitmq running ok in my ubuntu system, and now I\'m trying to monitor w
Once you installed erlang and rabbitmq-server you can find rabbitmq-plugin installed in the following directory:
/usr/lib/rabbitmq/bin/rabbitmq-plugins
then, do a symlink like this,
sudo ln -s /usr/lib/rabbitmq/bin/rabbitmq-plugins /usr/local/bin/rabbitmq-plugins
after this you are done.
For plugin management, see the below file.
sudo vim /etc/rabbitmq/enabled_plugins