Open recepsirin opened 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
Each node have their own management-plugin, but they are not configured, fortunately, you can configure it.