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
Dynamic
YESThe exchange to bind with
Dynamic
YESThe broker host
Dynamic
YESThe queue to bind
Dynamic
YESOther properties (binding parameters)
Dynamic
YESThe broker password
Dynamic
YES Default
5672The broker port
Dynamic
YESThe routing key to use for the binding
Dynamic
YESThe broker username
Dynamic
YES Default
/The broker virtual host
The exchange name
The queue name