LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

rabbitmq-queues

Inspect and manage RabbitMQ queues

TLDR

List queues
$ rabbitmq-queues list
copy
Show queue info
$ rabbitmq-queues info [queue_name]
copy
Check if queues are quorum
$ rabbitmq-queues check_if_node_is_quorum_critical
copy
Rebalance queue leaders
$ rabbitmq-queues rebalance all
copy

SYNOPSIS

rabbitmq-queues command [options]

DESCRIPTION

rabbitmq-queues manages RabbitMQ queues. Inspect queue status, rebalance load, and manage quorum queue membership. Part of RabbitMQ CLI tools.

PARAMETERS

list

List all queues.
info queue
Show queue information.
rebalance type
Rebalance queue leaders (all, quorum, classic).
check_if_node_is_quorum_critical
Check quorum queue health.
grow node strategy
Add queue members.
shrink node
Remove queue members.

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