LinuxCommandLibrary

rabbitmqctl-cluster

Manage RabbitMQ cluster membership and status

TLDR

Show cluster status

$ rabbitmqctl cluster_status
copy
Join cluster
$ rabbitmqctl join_cluster [rabbit@node1]
copy
Leave cluster
$ rabbitmqctl reset
copy
Change node type
$ rabbitmqctl change_cluster_node_type [disc]
copy

SYNOPSIS

rabbitmqctl clustercommand [options_]

DESCRIPTION

rabbitmqctl cluster commands manage RabbitMQ cluster membership. Form clusters, add/remove nodes, and monitor cluster health. Part of RabbitMQ server management.

PARAMETERS

cluster_status

Show cluster status.
join_cluster node
Join existing cluster.
forget_cluster_node node
Remove offline node from cluster.
change_cluster_node_type type
Change to disc or ram node.
rename_cluster_node old new
Rename cluster node.
force_boot
Force node to start when last to shutdown.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community