QueueBind
type: "io.kestra.plugin.amqp.QueueBind"
Bind a Queue to an Exchange.
# Examples
id: "queue_bind"
type: "io.kestra.plugin.amqp.QueueBind"
url: amqp://guest:guest@localhost:5672/my_vhost
exchange: kestramqp.exchange
queue: kestramqp.queue
# Properties
# args
- Type: object
- Dynamic: ❓
- Required: ❌
Other properties (binding parameters).
# exchange
- Type: string
- Dynamic: ✔️
- Required: ✔️
The exchange to bind with.
# queue
- Type: string
- Dynamic: ✔️
- Required: ✔️
The queue to bind.
# routingKey
- Type: string
- Dynamic: ❓
- Required: ❌
The routing key to use for the binding.
# url
- Type: string
- Dynamic: ✔️
- Required: ❌
The connection string
# Outputs
# exchange
- Type: string
The exchange name
# queue
- Type: string
The queue name