Closed HabeebCycle closed 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
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