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.
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