2025-09-14 18:48:49 -06:00
|
|
|
# rabbitmqctl
|
|
|
|
|
|
|
|
|
|
> Manage, configure, and inspect RabbitMQ servers.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.rabbitmq.com/docs/man/rabbitmqctl.8>.
|
2025-09-14 18:48:49 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|