rabbitmq-swarm-cluster
rabbitmq-swarm-cluster copied to clipboard
A rabbitmq docker image to build rabbitmq cluster on docker swarm
I like the concept of this, but I need to persist the messages to disk with a volume. so I added a volume: ```yaml volumes: - /c/volumes/rabbit:/var/lib/rabbitmq ``` and changed...
I used this code... How to see Rabbitmq clustering in the swarm in outside this swarm and how to see Rabbitmq clustering in the swarm from other swarms? An explanation...
I made some updates for using the latest rabbitmq-3.8.4-alpine image.
Now, we need to get in to the container to enable plugins, is possible to add some parameter to which you can pass the plugins you want to enable on...