Skip to content

Commit a407f19

Browse files
Merge branch 'illotum-inclusive-naming' into live
2 parents e41bdf7 + 3bf13f3 commit a407f19

File tree

4 files changed

+1537
-1715
lines changed

4 files changed

+1537
-1715
lines changed

site/ha.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ It is possible to list queue leader and mirrors using `rabbitmqctl list_queues`.
240240
example we also display queue policy since it's highly relevant:
241241

242242
<pre class="lang-bash">
243-
rabbitmqctl list_queues name policy pid slave_pids
243+
# mirror_pids is a new field alias introduced in RabbitMQ 3.11.4
244+
rabbitmqctl list_queues name policy pid mirror_pids
244245

245246
# =&gt; Timeout: 60.0 seconds ...
246247
# =&gt; Listing queues for vhost / ...
@@ -679,7 +680,8 @@ a common scenario with lazy queues, for example.
679680
To see mirror status (whether they are synchronised), use:
680681

681682
<pre class="lang-bash">
682-
rabbitmqctl list_queues name slave_pids synchronised_slave_pids
683+
# mirror_pids is a new field alias introduced in RabbitMQ 3.11.4
684+
rabbitmqctl list_queues name mirror_pids synchronised_mirror_pids
683685
</pre>
684686

685687
It is possible to manually synchronise a queue:

site/man/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ They are converted to HTML using `mandoc`:
77

88
``` shell
99
# from rabbitmq/rabbitmq-server
10-
gmake docs
11-
ls docs/*.html
10+
bazel build //deps/rabbit:web-manpages
11+
tar xf bazel-bin/deps/rabbit/web-manpages.tar
1212
```
1313

1414
## Contributions

0 commit comments

Comments
 (0)