RabbitMQ Management Plugin Defaultally Have Not Been Configured
recepsirin opened this issue · 1 comments
recepsirin commented
Each node have their own management-plugin, but they are not configured, fortunately, you can configure it.
recepsirin commented
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