From 4081863ffaa32fd4e4dd0c536ed8046f2d05940c Mon Sep 17 00:00:00 2001 From: pstack2021 <92340956+pstack2021@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:11:43 +0000 Subject: [PATCH] Update feature-flags.md Additional update (a note) for Feature Flag PR: https://github.com/rabbitmq/rabbitmq-website/pull/1840 to the 3.12.x docs @michaelklishin, can you please merge, thanks. --- site/feature-flags.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/feature-flags.md b/site/feature-flags.md index f2c0265f24..ca930be973 100644 --- a/site/feature-flags.md +++ b/site/feature-flags.md @@ -224,6 +224,8 @@ rabbitmqctl enable_feature_flag <name> rabbitmqctl enable_feature_flag all +Note, the `rabbitmqctl enable_feature_flag all` command enables stable feature flags only and not experimental ones. + The `list_feature_flags` command can be used again to verify the feature flags' states. Assuming all feature flags were disabled initially, here is the state after enabling the `quorum_queue` feature flag: