The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
53 views

Attempting to re-install postgres fails due to rabbitmq

On 12.04, when I do apt-get install on postgresql (which is already installed), it returns an error that mentions rabbitmq-server. What are the circumstances that could cause this type of failure? # ...
2
votes
1answer
2k views

How to install rabbitmq management plugin (rabbitmq-plugins)?

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 what's going on via the management ...