diff --git a/pages/common/rabbitmqctl.md b/pages/common/rabbitmqctl.md new file mode 100644 index 0000000000..23edb2a574 --- /dev/null +++ b/pages/common/rabbitmqctl.md @@ -0,0 +1,24 @@ +# rabbitmqctl + +> Manage, configure, and inspect RabbitMQ servers. +> More information: . + +- Display the status of the current node: + +`rabbitmqctl status` + +- View documentation for RabbitMQ cluster commands: + +`tldr rabbitmqctl cluster` + +- View documentation for RabbitMQ user commands: + +`tldr rabbitmqctl users` + +- View documentation for RabbitMQ vhosts commands: + +`tldr rabbitmqctl vhosts` + +- Learn more about a specific command: + +`rabbitmqctl help {{command}}`