CreateQueue
CreateQueue
yaml
type: "io.kestra.plugin.amqp.CreateQueue"Examples
yaml
id: amqp_create_queue
namespace: company.team
tasks:
- id: create_queue
type: io.kestra.plugin.amqp.CreateQueue
host: localhost
port: 5672
username: guest
password: guest
virtualHost: /my_vhost
name: kestramqp.queue
Properties
host *Requiredstring
name *Requiredstring
args object
autoDelete booleanstring
Default
falsedurability booleanstring
Default
trueexclusive booleanstring
Default
falsepassword string
port string
Default
5672username string
virtualHost string
Default
/