Rabbimq cluster support #620
-
Does bunny support connecting to a Rabbimq cluster instead of an individual node. |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Aug 20, 2025
Replies: 1 comment
-
The two are not mutually exclusive, as documented in Clustering and Clients. With AMQP 0-9-1 any client can connect to any node, the node will route the traffic as needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The two are not mutually exclusive, as documented in Clustering and Clients.
With AMQP 0-9-1 any client can connect to any node, the node will route the traffic as needed.