Bind a queue to an AMQP 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
host: localhost
port: 5672
username: guest
password: guest
virtualHost: /my_vhost
exchange: kestramqp.exchange
queue: kestramqp.queue
The exchange to bind with
The broker host
The queue to bind
Other properties (binding parameters)
The broker password
Default
5672The broker port
The routing key to use for the binding
The broker username
Default
/The broker virtual host
The exchange name
The queue name