how to check classic queue version 2 setting #10137
-
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Dec 14, 2023
Replies: 1 comment 6 replies
-
|
Updating default queue version in node config will not update it for existing queues. The setting is only used at queue declaration time but you seem to believe that it will apply immediately. That's not the case: none of the settings in configuration files are applied on the fly. That's what policies and runtime parameters are for. CQv2 can be adopted via a policy key. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


rabbitmq-diagnostics environmentis exactly how you inspect effective node configuration.Updating default queue version in node config will not update it for existing queues. The setting is only used at queue declaration time but you seem to believe that it will apply immediately.
That's not the case: none of the settings in configuration files are applied on the fly. That's what policies and runtime parameters are for.
CQv2 can be adopted via a policy key.