Skip to content

Commit 498c4bc

Browse files
mkuratczykmergify[bot]
authored andcommitted
Remove sync_queue and cancel_sync_queue from man page
(cherry picked from commit 6b13771)
1 parent 625ab05 commit 498c4bc

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

deps/rabbit/docs/rabbitmqctl.8

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -463,38 +463,6 @@ is part of, as a ram node:
463463
To learn more, see the
464464
.Lk https://www.rabbitmq.com/clustering.html "RabbitMQ Clustering guide".
465465
.\" ------------------------------------------------------------------
466-
.\" ## Classic Mirrored Queues
467-
.\" ------------------------------------------------------------------
468-
.Ss Replication
469-
.Bl -tag -width Ds
470-
.\" ------------------------------------------------------------------
471-
.It Cm sync_queue Oo Fl p Ar vhost Oc Ar queue
472-
.Bl -tag -width Ds
473-
.It Ar queue
474-
The name of the queue to synchronise.
475-
.El
476-
.Pp
477-
Instructs a mirrored queue with unsynchronised mirrors (follower replicas)
478-
to synchronise them.
479-
The queue will block while synchronisation takes place (all publishers
480-
and consumers using the queue will block or temporarily see no activity).
481-
This command can only be used with mirrored queues.
482-
To learn more, see the
483-
.Lk https://www.rabbitmq.com/ha.html "RabbitMQ Classic Queue Mirroring guide"
484-
.Pp
485-
Note that queues with unsynchronised replicas and active consumers
486-
will become synchronised eventually (assuming that consumers make progress).
487-
This command is primarily useful for queues that do not have active consumers.
488-
.\" ------------------------------------------------------------------
489-
.It Cm cancel_sync_queue Oo Fl p Ar vhost Oc Ar queue
490-
.Bl -tag -width Ds
491-
.It Ar queue
492-
The name of the queue to cancel synchronisation for.
493-
.El
494-
.Pp
495-
Instructs a synchronising mirrored queue to stop synchronising itself.
496-
.El
497-
.\" ------------------------------------------------------------------
498466
.\" ## User management
499467
.\" ------------------------------------------------------------------
500468
.Ss User Management

0 commit comments

Comments
 (0)