rabbitmqctl have the subcommand list_exchanges
to list all the exchanges. How can I create an exchange using rabbitmqctl, as I didn't see the add_exchanges subcommands?
How to create an exchange using rabbitmqctl
Asked Answered
Exchanges cannot be created with rabbitmqctl. You can use rabbitmqadmin for that, search for Declare an exchange
on that link.
Additionally exachages can be created "manually" using the web browser with rabbitmq management plugin, or with rabbitmq rest api.
© 2022 - 2024 — McMap. All rights reserved.