http://*.com/questions/22850546/cant-access-rabbitmq-web-management-interface-after-fresh-install
问题:
I've installed the latest RabbitMQ server (rabbitmq-server-3.3.0-1.noarch.rpm) on a fresh Centos 5.10 VM according to the instructions on the official site. I've done this many times before during development and never had any issues. However, this time I cannot log into the management web interface using the default guest/guest user. In the logs, I see the following:
What could be causing this? |
解决:
|
It's new features since the version 3.3.0 http://www.rabbitmq.com/release-notes/README-3.3.0.txt
If you want enable the guest user read this or this RabbitMQ 3.3.1 can not login with guest/guest If you want create a new user with admin grants:
Now you can access using test test. |