Skip to content

Quorum queue behavior when a cluster member is replaced (a node is deleted and another one is added with the same name) #13031

Discussion options

You must be logged in to vote

RabbitMQ 3.13.x is out of community support.

if we remove one of the nodes, reset it and add it back to the cluster, if a consumer connects to it > and tries to consume a quorum queue then we get the same tuple of death

Quorum queues are highly sensitive to node identity changes. If a node is about to be permanently removed from the cluster and replaced, it must be removed from the list of replicas of all quorum queues with rabbitmq-queues shrink and such.

Then, after a new node is added, QQ replicas can be added to it using rabbitmq-queues grow.

Here is a highly relevant documentation section.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13028 on January 07, 2025 13:25.