A docker stack to create, test and benchmark a rabbitmq cluster in high availability configuration:
Tool | Version |
---|---|
RabbitMQ | v3.6.5 |
HAProxy | v1.6.3 |
PHP | v7.1 |
Docker | v1.12+ |
Docker-compose | v1.8+ |
- HAProxy as a load balancer
- N nodes cluster
- Durable, Mirrored and Persistent Exchanges, Queues and Messages
- HA custom policies
- Parallel producers and consumers
- Node failures and network partition experiment
If you have questions, comments or suggestions please just create issues.
- 3 RabbitMQ nodes but we can add a lot more.
- 3 docker networks to be able to simulate network partition.
- 1 HAProxy node to load balance request and to be "failure proof".
- 1 default network for the consumers and producers to connect with nodes through HAProxy.
A lot of great tools (thanks to all awesome authors)
- Make
- Docker and docker-compose
- Rabbitmq and Management Plugin (docker)
- HAProxy
- Shell scripts
- Symfony MicroFramework (producers and consumers in docker containers)
- swarrot / swarrot-bundle
- php-amqplib/rabbitmq-bundle
- odolbeau/rabbit-mq-admin-toolkit
With this stack you will be able to experiment:
- Load Balancing
- Node failure
- Network partition
- Messages persistency
- Message NO ACK and retries
Read the documentation for Setup / start / stop
Read the documentation for Swarrot/SwarrotBundle
Read the documentation for php-amqplib/RabbitMqBundle
Read the documentation for node failures
Read the documentation for network partition
Read the documentation for big cluster
- Tests
- http://blog.eleven-labs.com/fr/publier-consommer-reessayer-des-messages-rabbitmq/
- https://odolbeau.fr/blog/benchmark-php-amqp-lib-amqp-extension-swarrot.html
- https://github.com/docker/dockercloud-haproxy
- https://github.com/bijukunjummen/docker-rabbitmq-cluster
- https://www.rabbitmq.com/ha.html
- https://www.rabbitmq.com/persistence-conf.html
- https://github.com/php-amqplib/RabbitMqBundle
- https://github.com/swarrot
- http://symfony.com/doc/current/configuration/micro_kernel_trait.html
- https://docs.docker.com/engine/userguide/networking/
- https://www.nginx.com/resources/admin-guide/tcp-load-balancing/
- https://github.com/alanxz/rabbitmq-c
The MIT License (MIT)
Copyright (c) 2017 Yannick Pereira-Reis
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.