-
I installed
Here are the manifest files used to create rabbitmq cluster and queues. I am unable to see those queues/exchanges when I login to management UI. Not sure what am I missing in here? rabbitmq cluster
queues and exchanges
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @kmr0877, successfully created queues and exchanges should show in management UI or with CLI command like |
Beta Was this translation helpful? Give feedback.
Hi @kmr0877, successfully created queues and exchanges should show in management UI or with CLI command like
rabbitmqctl list_queue
. In this case I suspect that the queue and exchange might not be successfully created and you could check the messaging topology operator and the rabbitmq server logs for more details. Hope it helps.