QueueBind
QueueBind
yaml
type: "io.kestra.plugin.amqp.QueueBind"Examples
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
exchange *Requiredstring
host *Requiredstring
queue *Requiredstring
args object
password string
port string
Default
5672routingKey string
username string
virtualHost string
Default
/