Management UI
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, rabbitmqadmin.
Getting Started
rabbitmq-plugins enable rabbitmq_management
Node restart is not required after plugin activation.
Auto Enable the plugin: https://www.rabbitmq.com/plugins.html#enabled-plugins-file
Management UI Access
The management UI can be accessed using a Web browser at http://{node-hostname}:15672/
.