-
Book Overview & Buying
-
Table Of Contents
RabbitMQ Cookbook
In this recipe we're showing you how to admin RabbitMQ from an HTTP API using a Management Plugin.
The plugin provides real-time charts to monitor the flow of your messages. Furthermore, it provides HTTP APIs to analyze RabbitMQ. This is required by external monitoring systems such as Ganglia (http://ganglia.sourceforge.net/), Puppet (http://puppetlabs.com), and others in order to perform their activities.
You just need a web browser.
In order to enable the plugin you have to perform the following steps:
Issue the following command:
rabbitmq-plugins enable rabbitmq_management
Restart RabbitMQ.
The plugin enables a web server that is accessible via the URL http://localhost:15672/. Replace localhost with your RabbitMQ hostname/IP to access from another machine.
By default, the web application uses guest/guest as the RabbitMQ users' username/password. Web management is very intuitive, and you can manage queues, exchanges, users...
Change the font size
Change margin width
Change background colour