Important
You are browsing upcoming documentation for version 6.1 of OroCommerce, scheduled for release in 2025. Read the documentation for version 6.0 (the latest LTS version) to get up-to-date information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Command Lines
RabbitMQ comes with command line tools which you can use to configure all of your queues, exchanges, etc:
rabbitmqctl
for service management and general operator tasksrabbitmqadmin
for operator tasks over HTTP APIrabbitmq-plugins
for plugins management
For more information on command lines, see the RabbitMQ documentation.
rabbitmqctl
Rabbitmqctl is the original CLI tool that comes with RabbitMQ and does not require additional configuration. For more information, see the RabbitMQ documentation.
rabbitmqadmin
Rabbitmqadmin is part of RabbitMQ Management Plugin that can perform same actions that the Web-based UI does.
rabbitmq-plugins
Rabbitmq-plugins is the original CLI tool that comes with RabbitMQ and does not require additional configuration. For more information, see the RabbitMQ documentation.
Command Line Installation
To use rabbitmqadmin
as a command line tool, navigate to http://{hostname}:15672/cli/rabbitmqadmin and download it.
UNIX-like operating system users need to copy rabbitmqadmin
to a directory in PATH
, e.g., /usr/local/bin
. For more information, see the RabbitMQ documentation.
For more information, see the following external resources: