QueueBind QueueBind
QueueBind Certified

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
Properties
Default5672
Default/