From a terminal, run
docker-compose up -d --scale rabbit=xxxx
where xxxx is an odd number of RabbitMQ instances to start.
You can then go to http://rabbitmq.localhost
and see the cluster, http://consul.localhost
to see the services registering with the Consul instance, and http://traefik.localhost
to see the Traefik dashboard.
Test sending 100,000 messages to a Quorum Queue on the cluster
python3 RabbitMQ.Send.py
Test receiving messages from a Quorum Queue on the cluster
python3 RabbitMQ.Receive.py