This document describes how to view what queues we have in Registry and what tasks they have.
First of all, not that the Registry is actually RabbitMQ.
- Go to http://localhost:15672 — the port can be learned from docker-compose.yml under
rabbitmq
section - Authorise using
guest:guest
pair
They are listed under Queues
tab
You can see how many messages you have in each queue.
- Click on queue name
- Click on the
Get Message(s)
button