File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ It is possible to list queue leader and mirrors using `rabbitmqctl list_queues`.
240
240
example we also display queue policy since it's highly relevant:
241
241
242
242
<pre class =" lang-bash " >
243
+ # mirror_pids is a new field alias introduced in RabbitMQ 3.11.4
243
244
rabbitmqctl list_queues name policy pid mirror_pids
244
245
245
246
# => ; Timeout: 60.0 seconds ...
@@ -679,6 +680,7 @@ a common scenario with lazy queues, for example.
679
680
To see mirror status (whether they are synchronised), use:
680
681
681
682
<pre class =" lang-bash " >
683
+ # mirror_pids is a new field alias introduced in RabbitMQ 3.11.4
682
684
rabbitmqctl list_queues name mirror_pids synchronised_mirror_pids
683
685
</pre >
684
686
Original file line number Diff line number Diff line change @@ -514,6 +514,8 @@ Classic mirrored queue replica state can be verified by listing queues in the ma
514
514
<pre class =" lang-bash " >
515
515
# For queues with non-empty `mirror_pids`, you must have at least one
516
516
# `synchronised_mirror_pids`.
517
+ #
518
+ # Note that mirror_pids is a new field alias introduced in RabbitMQ 3.11.4
517
519
rabbitmqctl -n rabbit@to-be-stopped list_queues --local name mirror_pids synchronised_mirror_pids
518
520
</pre >
519
521
You can’t perform that action at this time.
0 commit comments