[classic_queue.default_version] How to know that the v2 option is applied? #6779
-
Hello, I tried to activate the functionnality classic_queue.default_version=2, by editing my configuration on a freshly installed 3.11.5-1 standalone server.
This file is read by rabbitmq, as can be seen in the logs:
How can I know that this configuration is well applied on all queues? If I import definitions from another server, how to know that the classic_queue.default_version=2 is applied? I do not see it in the UI.
I then tried to import definitions from another server (3.9 server), and then restarted the rabbitmq-server. Thanks for your help, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
https://www.rabbitmq.com/rabbitmqctl.8.html#environment You really should be using the modern
Since they are brand-new queues there will be nothing to convert, so no logs. |
Beta Was this translation helpful? Give feedback.
-
Look at the files, if the files created are |
Beta Was this translation helpful? Give feedback.
https://www.rabbitmq.com/rabbitmqctl.8.html#environment
You really should be using the modern
rabbitmq.conf
configuration file.Since they are brand-new queues there will be nothing to convert, so no logs.