rabbitmq_bind_queue
Bind a queue to an exchange with a routing key to direct messages to the appropriate queue.
Instructions
Bind a queue to an exchange with a routing key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue_name | Yes | Name of the queue to bind | |
| routing_key | Yes | Routing key for the binding | |
| exchange_name | Yes | Name of the exchange to bind to |