PacktPublishing / Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud

Hands-On Microservices with Spring Boot and Spring Cloud, published by Packt
MIT License
464 stars 406 forks source link

RabbitMQ management webpage #12

Closed HabeebCycle closed 3 years ago

HabeebCycle commented 3 years ago

Page 231: Unable to access the RabbitMQ management page by default on http://locahost:15672/#/queues

The management plugin is not enabled by default, a command needs to be run in order to enable it: (see https://www.rabbitmq.com/management.html)

Add the following command line to its definition on the docker-compose.yml file as follows: command: rabbitmq-plugins enable rabbitmq_management