When you are running RabbitMQ server in production environment, it is essential to monitor RabbitMQ to make sure it is up and running properly, and all the messages in the RabbitMQ are getting processed properly. If you are already using Nagios for your enterprise monitoring, you can monitor RabbitMQ using plugins. nagios-plugins-rabbitmq is a Nagios [...]
RabbitMQ
Using RabbitMQ you can use message queue mechanism to transfer messages from one application to another. RabbitMQ has drivers for several programming languages. You can pretty much write code in any of your favourite language to manipulate the messages in the RabbitMQ message queue. Sometimes managing the message queue from command line, or writing several [...]