Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to support multiple AMQP endpoints #61

Open
michaeldauria opened this issue Jul 8, 2014 · 1 comment
Open

Ability to support multiple AMQP endpoints #61

michaeldauria opened this issue Jul 8, 2014 · 1 comment

Comments

@michaeldauria
Copy link
Member

The idea here is that rather than put RabbitMQ behind a load balancer, which never works out well, we can pass in an array of amqp_urls and promiscuous can loop over the array until it can connect.

The assumption is that the cluster is mirrored and connecting to any member in the list is safe.

@michaeldauria
Copy link
Member Author

A way around this for now is to use round-robin DNS, since promiscuous will reconnect on failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant