SET UP A RABBITMQ CLUSTER ON YOUR LAPTOP USING DOCKER
1 min readNov 28, 2017
Originally published at https://oprea.rocks/blog/set-up-a-rabbitmq-cluster-on-your-laptop-using-docker/
Learn how to quickly set up a local RabbitMQ cluster using nothing more than the official RabbitMQ Docker image.
I will show you two versions that you can use to launch the cluster: one using docker run
and the other using docker-compose
. You're going to learn how to enable clustering in RabbitMQ, how to make Docker containers work with each other as well as how to easily test a RabbitMQ infrastructure without even having to install RabbitMQ.