@@ -146,13 +146,13 @@ will output a table that looks like this:
146
146
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
147
147
│ Product name │ RabbitMQ │
148
148
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
149
- │ Product version │ 4.0.5 │
149
+ │ Product version │ 4.1.0 │
150
150
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
151
- │ RabbitMQ version │ 4.0.5 │
151
+ │ RabbitMQ version │ 4.1.0 │
152
152
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
153
- │ Erlang version │ 27.2.1 │
153
+ │ Erlang version │ 27.3.3 │
154
154
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
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] │
156
156
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
157
157
│ Connections (total) │ 4 │
158
158
├───────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────┤
@@ -618,7 +618,9 @@ rabbitmqadmin federation list_all_upstreams
618
618
619
619
### Create a Federation Upstream for Exchange Federation
620
620
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.
622
624
623
625
``` shell
624
626
rabbitmqadmin --vhost " local-vhost" federation declare_upstream_for_exchanges --name " pollux" \
0 commit comments