Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RabbitMQ management web console doesn't show queues or exchanges

Tags:

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?

like image 620
Z Jones Avatar asked Jun 07 '12 20:06

Z Jones


1 Answers

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.

like image 97
Z Jones Avatar answered Sep 28 '22 09:09

Z Jones