File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ in the `3.11.x` release series.
112112 * Reduced memory footprint, improved memory use predictability and throughput of classic queues (version 2, or CQv2).
113113 This particularly benefits classic queues with longer backlogs.
114114
115- Classic queue v2 (CQv2) storage implementation ** is now the default ** . It is possible to switch
116- the default back to CQv1 using ` rabbitmq.conf ` :
115+ Classic queue v2 (CQv2) storage implementation can be enabled for all classic queues
116+ using ` rabbitmq.conf ` :
117117
118118 ``` ini
119- # uses CQv1 by default
120- classic_queue.default_version = 1
119+ # uses CQv2 for all classic queues by default
120+ classic_queue.default_version = 2
121121 ```
122122
123123 GitHub issues: [ #4522 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/4522 ) , [ #7516 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7516 )
You can’t perform that action at this time.
0 commit comments