connect to a RabbitMQ cluster #195
Unanswered
FlaviuRadulescu
asked this question in
Q&A
Replies: 1 comment
-
Hi, If you tell the proxy to connect to just one broker in the cluster and that broker goes down it will not connect to another broker in the cluster since it doesn't know about them. How to handle this depends on your setup and how the cluster is configured. On CloudAMQP if you instead supply it with the cluster hostname, not the hostname for a specific broker, it will automatically retry other broker on reconnect. Does this answer your question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, if we have multiple rabbitMq servers in a cluster can the proxy handle the load balancing (HA) between these servers and do the failover transparent to the client?
Beta Was this translation helpful? Give feedback.
All reactions