LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

rabbitmqctl-vhosts

Manage RabbitMQ virtual hosts

TLDR

List virtual hosts
$ rabbitmqctl list_vhosts
copy
Add virtual host
$ rabbitmqctl add_vhost [vhost_name]
copy
Delete virtual host
$ rabbitmqctl delete_vhost [vhost_name]
copy
Set vhost limits
$ rabbitmqctl set_vhost_limits -p [vhost] '{"max-queues":100}'
copy

SYNOPSIS

rabbitmqctl vhostcommand [options_]

DESCRIPTION

rabbitmqctl vhost commands manage RabbitMQ virtual hosts. Virtual hosts provide logical separation for queues, exchanges, and permissions. Part of RabbitMQ server management.

PARAMETERS

list_vhosts

List all virtual hosts.
add_vhost name
Create virtual host.
delete_vhost name
Remove virtual host.
set_vhost_limits json
Set resource limits.
clear_vhost_limits
Remove limits.
-p vhost
Target virtual host.

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