File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -978,13 +978,13 @@ In most shells you are very likely to need to quote this.
978
978
.El
979
979
.Pp
980
980
For example, this command sets the parameter
981
- .Qq local_username
981
+ .Qq node01
982
982
for the
983
- .Qq federation
984
- component in the default virtual host to the JSON term
983
+ .Qq federation-upstream
984
+ component in the default virtual host to the following JSON
985
985
.Qq guest :
986
986
.sp
987
- .Dl rabbitmqctl set_parameter federation local_username Qq guest
987
+ .Dl rabbitmqctl set_parameter federation-upstream node01 '{"uri":"amqp://user:password@server/%2F","ack-mode":"on-publish"}'
988
988
.\" ------------------------------------
989
989
.It Cm clear_parameter Oo Fl p Ar vhost Oc Ar component_name Ar key
990
990
Clears a parameter.
@@ -996,12 +996,12 @@ The name of the parameter being cleared.
996
996
.El
997
997
.Pp
998
998
For example, this command clears the parameter
999
- .Qq local_username
999
+ .Qq node01
1000
1000
for the
1001
- .Qq federation
1001
+ .Qq federation-upstream
1002
1002
component in the default virtual host:
1003
1003
.sp
1004
- .Dl rabbitmqctl clear_parameter federation local_username
1004
+ .Dl rabbitmqctl clear_parameter federation-upstream node01
1005
1005
.\" ------------------------------------
1006
1006
.It Cm list_parameters Op Fl p Ar vhost
1007
1007
Lists all parameters for a virtual host.
You can’t perform that action at this time.
0 commit comments