Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added documentation for decommission_mqtt_node (backport #7452) (backport #7453) #7454

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions deps/rabbit/docs/rabbitmqctl.8
Original file line number Diff line number Diff line change
Expand Up @@ -2441,6 +2441,13 @@ Username associated with the connection.
.It Cm vhost
Virtual host name with non-ASCII characters escaped as in C.
.El
.It Cm decommission_mqtt_node
Before the plugin is disabled on a node, or a node removed from the cluster,
it must be decommissioned.
.Pp
For example, this command will remove the node rabbit@stringer:
.sp
.Dl rabbitmqctl decommission_mqtt_node rabbit@stringer
.El
.\" ------------------------------------------------------------------
.\" ## STOMP
Expand Down