We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993ed98 commit 4081863Copy full SHA for 4081863
site/feature-flags.md
@@ -224,6 +224,8 @@ rabbitmqctl enable_feature_flag <name>
224
rabbitmqctl enable_feature_flag all
225
</pre>
226
227
+Note, the `rabbitmqctl enable_feature_flag all` command enables stable feature flags only and not experimental ones.
228
+
229
The `list_feature_flags` command can be used again to verify the feature
230
flags' states. Assuming all feature flags were disabled initially, here
231
is the state after enabling the `quorum_queue` feature flag:
0 commit comments