Sujeeth Damodharan
Sujeeth Damodharan

Reputation: 477

Not able to navigate to RabbitMQ management console

If I run as service I can't able to navigate to RabbitMQ management console.

http://localhost:15672

But if I execute "rabbitmq-server start" in the comment prompt, means I can able to login to RabbitMQ management console and also I can able to see the queue details.

Basic Info: Running in Windows OS(32 bit) , rabbitmq-plugins enable rabbitmq_management using this comment i trying to enable the managemenet console but its saying as "Plugin configuration unchanged", RabbitMQ version: 3.3.5(32 bit) Erlang Version : 7.0

Upvotes: 0

Views: 268

Answers (1)

Sujeeth Damodharan
Sujeeth Damodharan

Reputation: 477

Thanks for your response derick... Solution is.... I opened Comment prompt using administration privilege and gave comment to enable the management console... After that I can able see the management console In my browser...

Upvotes: 0

Related Questions