Bootstrap FreeKB - RabbitMQ - Rename a queue
RabbitMQ - Rename a queue

Updated:   |  RabbitMQ articles

There is no option in the RabbitMQ admin console or using the rabbitmqctl or rabbitmqadmin command line tools to rename a queue. However, the following can be done to rename a queue.

  1. Create a new queue using the admin console or using the rabbitmqadmin command
  2. Bind the new queue to the exchanges that will be putting messages on the queue, using the admin console or using the rabbitmqadmin command
  3. Unbind the old queue from the exchanges using the admin console or rabbitmqadmin command
  4. Move the messages from the old queue to the new queue using the admin console



Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 381c81 in the box below so that we can be sure you are a human.