> For the complete documentation index, see [llms.txt](https://cmo-ci.gitbook.io/beagle-operators/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cmo-ci.gitbook.io/beagle-operators/beagle-internals/rabbitmq-admin.md).

# 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:

```
(base) ➜  beagle git:(aef-/msi) ✗ rabbitmq-plugins enable rabbitmq_management
```

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](https://www.rabbitmq.com/management.html#usage-ui) for more information on how to use this tool.&#x20;
