This repo includes some configurations about running RabbitMQ with multiple nodes, uses HAProxy as proxy server.
Since it is using docker, you can just do:
make build
After the whole process is done(appx 40secs), you can go to Management Console to see queues and other stuff related to RabbitMQ.
Also you can check the statistics by HAProxy, just go: Statistics Panel
To stop:
make stop