diff --git a/docs/man/rabbitmq-queues.8.md b/docs/man/rabbitmq-queues.8.md index 58784e51b3..fcd17751eb 100644 --- a/docs/man/rabbitmq-queues.8.md +++ b/docs/man/rabbitmq-queues.8.md @@ -194,6 +194,16 @@ rabbitmq-queues check_if_node_is_quorum_critical +
+#### force_checkpoint --vhost-pattern pattern --queue-pattern pattern {#force_checkpoint} +
+
+

Forces checkpoints for all matching quorum queues.

+

Example:

+
+ rabbitmq-queues force_checkpoint --vhost-pattern "a-vhost" --queue-pattern ".*" +
+