Management Plugin
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.Use below command to enable
rabbitmq-plugins enable rabbitmq_management.
The management UI can be accessed using a Web browser at http://{node-hostname}:15672/
Event Exchange Plugin
rabbitmq-event-exchange is a plugin that consumes internal events and re-publishes them to a topic exchange, thus exposing the events to clients (applications).
Use the below command to activate it
rabbitmq-plugins enable rabbitmq_event_exchange


