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

Is it possible to connect on a rabbitmq cluster? #97

Open
luiscoms opened this issue Apr 7, 2017 · 4 comments
Open

Is it possible to connect on a rabbitmq cluster? #97

luiscoms opened this issue Apr 7, 2017 · 4 comments

Comments

@luiscoms
Copy link

luiscoms commented Apr 7, 2017

No description provided.

@jbouzekri
Copy link

I am using it in a cluster but with a HA proxy load balancer between. Moreover I had to implement reconnection manually when the server the process is connected to goes down.

@luiscoms
Copy link
Author

luiscoms commented Aug 7, 2017

I guess that is not the best approach

@luiscoms
Copy link
Author

luiscoms commented Aug 7, 2017

@jbouzekri how did you implemented reconnection logic?

@jbouzekri
Copy link

We were in a gevent context. We have a greenlet dedicated to this. His only job is to check that there is another greenlet with the connection to rabbitmq running. If not, he starts a new one.

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

2 participants