Skip to content

Commit 3095840

Browse files
Minor README updates
1 parent 3b75f6e commit 3095840

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ will output a table that looks like this:
146146
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
147147
│ Product name │ RabbitMQ │
148148
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
149-
│ Product version │ 4.0.5
149+
│ Product version │ 4.1.0
150150
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
151-
│ RabbitMQ version │ 4.0.5
151+
│ RabbitMQ version │ 4.1.0
152152
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
153-
│ Erlang version │ 27.2.1
153+
│ Erlang version │ 27.3.3
154154
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
155-
│ Erlang details │ Erlang/OTP 27 [erts-15.2.1] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] │
155+
│ Erlang details │ Erlang/OTP 27 [erts-15.2.5] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] │
156156
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
157157
│ Connections (total) │ 4 │
158158
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
@@ -618,7 +618,9 @@ rabbitmqadmin federation list_all_upstreams
618618

619619
### Create a Federation Upstream for Exchange Federation
620620

621-
To create a [federation upstream](https://www.rabbitmq.com/docs/federated-exchanges), use `federation declare_upstream_for_exchanges`
621+
To create a [federation upstream](https://www.rabbitmq.com/docs/federated-exchanges), use `federation declare_upstream_for_exchanges`.
622+
This command provides a reduced set of options, only those that are relevant
623+
specifically to exchange federation.
622624

623625
```shell
624626
rabbitmqadmin --vhost "local-vhost" federation declare_upstream_for_exchanges --name "pollux" \

0 commit comments

Comments
 (0)