Skip to content

rabbitmqctl cannot Force exchange queues to quorum queue #11988

Answered by mkuratczyk
LangJV asked this question in Other
Discussion options

You must be logged in to vote

You are trying to apply a queue policy, but you can't set a queue type through a policy like that.

#10663 added a queue-type option to the exchange federation policy:
https://www.rabbitmq.com/docs/federation-reference#applying-to-federated-exchanges-only

Keep in mind that the you need to be careful during the transition: make sure you understand what will happen if you just add this parameter to your federation policy (what will happen to existing queues, messages in them, will there be a gap in what's federated when no queue exists briefly, etc). The details depend on other parameters and the exact process.

Side note: you could have migrated this to quorum queues long time ago - the queu…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@LangJV
Comment options

@michaelklishin
Comment options

@LangJV
Comment options

@michaelklishin
Comment options

@LangJV
Comment options

Answer selected by mkuratczyk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #11988 on August 13, 2024 13:05.