0

I am using RabbitMq on windows. I am trying to explore rabbitmqctl options. i could see options to purge queue, create and delete shovels.

can you please tell me the rabbitmqctl usage to, 1. Create and delete exchange 2. Create and delete queues. 3. Bind and unbind queues.

i am trying to write scripts that can automate all the configurations based on input.

vinod hy
  • 827
  • 2
  • 14
  • 26

1 Answers1

0

Look at rabbitmqadmin tool, it ships with RabbitMQ Management Plugin. It can declare/delete exchanges/queues/bindings. Also look at this question and this post.

Just google "rabbitmqadmin your action"

Also you can use Management REST API

Community
  • 1
  • 1
Alex Buyny
  • 3,047
  • 19
  • 25