Important
You are browsing documentation for version 5.1 of OroCommerce, supported until March 2027. Read the documentation for 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:
rabbitmqctlfor service management and general operator tasksrabbitmqadminfor operator tasks over HTTP APIrabbitmq-pluginsfor 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 the RabbitMQ Management Plugin and can perform the same actions as the Web-based UI.
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.
On UNIX-like operating systems, 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: