rabbitmq_mqtt multiple node deployment #5688
-
Hi expert, Would you help to confirm if we could deploy the rabbitmq cluster with rabbitmq_mqtt plugin on multiple node? From the doc, it is not supported. |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Aug 31, 2022
Replies: 1 comment 14 replies
-
It specifically does not support clusters of two nodes (it can be formed but there is no such thing as a majority in a two node clusters). See this section in the Clustering guide. In other words, use three or five nodes clusters, with MQTT or any other feature that is based on Raft, e.g. quorum queues or streams. |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It specifically does not support clusters of two nodes (it can be formed but there is no such thing as a majority in a two node clusters).
See this section in the Clustering guide.
In other words, use three or five nodes clusters, with MQTT or any other feature that is based on Raft, e.g. quorum queues or streams.