jpadilla / rabbitmqapp

The easiest way to get started with RabbitMQ on the Mac

Home Page:https://jpadilla.github.io/rabbitmqapp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After installation, Management UI doesn't work

kenorb opened this issue · comments

I've installed 3.6.1-build.1/RabbitMQ.zip via:

brew cask install caskroom/cask/rabbitmq-app

The app reads it's running on 5672, but after clicking on Management UI, nothing is shown. The connection is refused.

Ok, it seems to work after running brew services start rabbitmq.

Sometimes it'll take a while till it gets started:

$ netstat -na | grep 15672
tcp4       0      0  *.15672                *.*                    LISTEN    

Then access Management UI by going to http://localhost:15672/ address.

@kenorb Where is the username/password defined that is being prompted for in the Management UI?

@kenorb Where is the username/password defined that is being prompted for in the Management UI?

I'm not sure, raise a new ticket for it.