File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -463,38 +463,6 @@ is part of, as a ram node:
463
463
To learn more, see the
464
464
.Lk https://www.rabbitmq.com/clustering.html " RabbitMQ Clustering guide" .
465
465
.\" ------------------------------------------------------------------
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
- .\" ------------------------------------------------------------------
498
466
.\" ## User management
499
467
.\" ------------------------------------------------------------------
500
468
.Ss User Management
You can’t perform that action at this time.
0 commit comments