LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.

INSTALL

sudo dnf install rabbitmq-server
copy
sudo apk add rabbitmq-server
copy
sudo zypper install rabbitmq-server
copy
nix profile install nixpkgs#rabbitmq-server
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid