QueueBind
Bind a queue to an exchange.
yaml
type: "io.kestra.plugin.amqp.QueueBind"
yaml
id: amqp_queue_bind
namespace: company.team
tasks:
- id: queue_bind
type: io.kestra.plugin.amqp.QueueBind
url: amqp://guest:guest@localhost:5672/my_vhost
exchange: kestramqp.exchange
queue: kestramqp.queue
The exchange to bind with.
The queue to bind.
Other properties (binding parameters).
The broker host.
The broker password.
The broker port.
The routing key to use for the binding.
The broker username.
The broker virtual host.
The exchange name.
The queue name.