rabbitmq_unbind_queue
Remove a binding between a queue and an exchange by specifying queue name, exchange name, and routing key. Delete RabbitMQ queue bindings directly.
Instructions
Unbind a queue from an exchange.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue_name | Yes | Name of the queue to unbind | |
| routing_key | Yes | Routing key for the binding | |
| exchange_name | Yes | Name of the exchange to unbind from |