Skip to content

Commit

Permalink
Update feature-flags.md
Browse files Browse the repository at this point in the history
Additional update (a note) for Feature Flag PR:  #1840 to the 3.12.x docs

@michaelklishin, can you please merge, thanks.
  • Loading branch information
pstack2021 committed Mar 21, 2024
1 parent 993ed98 commit 4081863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/feature-flags.md
Expand Up @@ -224,6 +224,8 @@ rabbitmqctl enable_feature_flag <name>
rabbitmqctl enable_feature_flag all
</pre>

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:
Expand Down

0 comments on commit 4081863

Please sign in to comment.