How to create an exchange using rabbitmqctl
Asked Answered
I

1

6

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?

Instar answered 30/8, 2017 at 4:40 Comment(0)
O
6

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.

Outflow answered 30/8, 2017 at 6:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.