RabbitMQ Management Plugin (Admin GUI)
The rabbitmq-management plugin provides an HTTP-based API for management and monitoring of RabbitMQ nodes and clusters, along with a browser-based UI and a command line tool.
It periodically collects and aggregates data about many aspects of the system. Those metrics are exposed to both operators in the UI and monitoring systems for long term storage, alerting, visualisation, chart analysis and so on.
The management plugin is included in the RabbitMQ distribution. Like any other plugin it must be enabled before it can be used. That’s done using rabbitmq-plugins: (Node restart is not required after plugin activation.)
Using ‘RabbitMQ Command Prompt (sbin dir)’ to run the following command:
1
rabbitmq-plugins enable rabbitmq_management