Updated on 2025-07-14 GMT+08:00

Unbinding a RabbitMQ Queue

This section describes how to unbind an exchange from a queue on the console. Exchanges can only route and store messages to the bound queues.

Notes and Constraints

Unbinding a queue makes it unavailable permanently. Exercise caution.

Prerequisites

Unbinding an Exchange from a Queue

  1. Log in to the RabbitMQ console.
  2. Click in the upper left corner to select the region where your instance is located.
  3. Click an instance name to go to the instance details page.
  4. In the navigation pane, choose Instance > Virtual Hosts.
  5. Click a virtual host name.
  6. On the Exchange tab page, click Bind Exchange in the row containing the desired exchange.
  7. In the row containing the queue, click Remove Binding.

    Removing a binding makes it unavailable permanently. Exercise caution.

  8. Click Yes.

Related Document

To unbind a queue by calling an API, see Deleting Bindings.