Don't sync classic queues which is not durable with policy. #3971
Unanswered
polaris-alioth
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set the policy below,
rabbitmqctl set_policy -p / ha-allqueue "^" {"ha-mode":"all","ha-sync-mode":"automatic","ha-promote-on-shutdown":"always"}
.With this policy, all queues will be synced.
If a queue is not durable and was synced due to the policy. Sometimes it will became NAN.
Can we set a policy which don't sync transient queues without knowing the naming rule of queues? thanks!
@michaelklishin
Beta Was this translation helpful? Give feedback.
All reactions