This repository has been archived by the owner on Feb 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 120
Home
Gavin M. Roy edited this page Jun 15, 2016
·
7 revisions
The rabbitmq-autocluster plugin clusters RabbitMQ nodes automatically using a pre-configured service discovery mechanism.
The currently supported service discovery backends are:
- Amazon AWS EC2 Tags
- Amazon AWS Autoscaling Group Membership
- Consul
- A-Record based DNS Round-robins
- etcd2
Check out the Getting Started page to learn about the initial configuration. Then consult the specific backend configuration pages.
The documentation in this Wiki is a work in progress. If you find errors and would like to correct them, please do. If you would like to add tutorials or other helpful information, we welcome that as well.
Note: The autocluster plugin is not meant as an alternative to understanding how RabbitMQ clusters function. If you're new to RabbitMQ Clustering, the official documentation is a good place to start before using the plugin.
Made with ❤️ at [AWeber Communications](https://www.aweber.com)
- Home
- Configuration
- [General Settings](General Settings)
- [AWS](AWS Configuration)
- [Consul](Consul Configuration)
- [DNS](DNS Configuration)
- [etcd](etcd Configuration)
- [k8s](k8s Configuration)
- Development
- Roadmap