Skip to content

Commit e710f29

Browse files
committed
rabbitmqctl.8: Point to 3.13.x mirroring guide
[Why] Classic queue mirroring was removed from RabbitMQ 4.0.x. (cherry picked from commit 5158460) (cherry picked from commit a89a627)
1 parent 3d9deb9 commit e710f29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbit/docs/rabbitmqctl.8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ The queue will block while synchronisation takes place (all publishers
480480
and consumers using the queue will block or temporarily see no activity).
481481
This command can only be used with mirrored queues.
482482
To learn more, see the
483-
.Lk https://www.rabbitmq.com/docs/ha "RabbitMQ Classic Queue Mirroring guide"
483+
.Lk https://www.rabbitmq.com/docs/3.13/ha "RabbitMQ Classic Queue Mirroring guide"
484484
.Pp
485485
Note that queues with unsynchronised replicas and active consumers
486486
will become synchronised eventually (assuming that consumers make progress).
@@ -1317,11 +1317,11 @@ queue, including stack, heap, and internal structures.
13171317
.It Cm mirror_pids
13181318
If the queue is mirrored, this lists the IDs of the mirrors (follower replicas).
13191319
To learn more, see the
1320-
.Lk https://www.rabbitmq.com/docs/ha "RabbitMQ Mirroring guide"
1320+
.Lk https://www.rabbitmq.com/docs/3.13/ha "RabbitMQ Mirroring guide"
13211321
.It Cm synchronised_mirror_pids
13221322
If the queue is mirrored, this gives the IDs of the mirrors (follower replicas) which
13231323
are in sync with the leader replica. To learn more, see the
1324-
.Lk https://www.rabbitmq.com/docs/ha "RabbitMQ Mirroring guide"
1324+
.Lk https://www.rabbitmq.com/docs/3.13/ha "RabbitMQ Mirroring guide"
13251325
.It Cm state
13261326
The state of the queue.
13271327
Normally

0 commit comments

Comments
 (0)