问题描述
我已经设置了rabbitmq 2.8.2 并运行了Web 管理界面.队列和交换没有显示数据.
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 工作并显示我的队列.
rabbitmqctl list_queues works and shows my queues.
我已经完成了 rabbitmqctl stop_app、start_app.. 以及 service rabbitmq-server restart.
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?
推荐答案
我已经删除了来宾用户并为自己创建了一个新用户.我的新用户无权访问/vhost.添加该权限解决了我的问题.
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.
这篇关于RabbitMQ 管理 Web 控制台不显示队列或交换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!