pardahlman / docker-rabbitmq-cluster

Cluster RabbitMQ (official docker image)
185 stars 77 forks source link

RabbitMQ Management Plugin Defaultally Have Not Been Configured #6

Open recepsirin opened 3 years ago

recepsirin commented 3 years ago

Each node have their own management-plugin, but they are not configured, fortunately, you can configure it.

recepsirin commented 3 years ago

Each node have their own management-plugin, but they are not configured, fortunately, you can configure it.

docker exec rabbitmq-node1 rabbitmq-plugins enable rabbitmq_management docker exec rabbitmq-node2 rabbitmq-plugins enable rabbitmq_management docker exec rabbitmq-node3 rabbitmq-plugins enable rabbitmq_management

add the above commands to your readme