RabbitMQ management web console doesn’t show queues or exchanges

rabbitmq

I've got rabbitmq 2.8.2 set up with the web management interface running. The Queues and Exchanges show no data.

rabbitmqctl list_queues works and shows my queues.

I've done rabbitmqctl stop_app, start_app.. and also service rabbitmq-server restart.

Any idea how to get the queue & exchange details to populate?

Best Answer

I had removed the guest user and created a new user for myself. My new user did not have permission to access the / vhost. Adding that permission fixed my issue.

Related Topic