RabbitMQ Admin
The RabbitMQ management UI is a very useful tool to monitor the queues that Beagle uses to schedule jobs. It can be accessed by first emabling the RabbitMQ plugins:
And then navigating to the UI in your browser:
http://localhost:15672/#/queues
Here you see an overview of the queues and exchanges that Rabbit uses to do it's various job-scheduling tasks. Please refer to the rabbitmqadmin documentation for more information on how to use this tool.
Last updated
Was this helpful?