Create an AMQP queue.
Create a queue, including specified arguments.
yaml
type: "io.kestra.plugin.amqp.createqueue"
yaml
id: amqp_create_queue
namespace: company.team
tasks:
- id: create_queue
type: io.kestra.plugin.amqp.CreateQueue
url: amqp://guest:guest@localhost:5672/my_vhost
name: kestramqp.queue
Dynamic
YES
The broker host
Dynamic
YES
The name of the queue
Dynamic
YES
Other properties (construction arguments) for the queue
Dynamic
NO
Default
false
Specifies if declaring an auto-delete queue (server will delete it when no longer in use)
Dynamic
NO
Default
true
Specifies if declaring a durable queue (the queue will survive a server restart)
Dynamic
NO
Default
false
Specifies if declaring an exclusive queue (restricted to this connection)
Dynamic
YES
The broker password
Dynamic
YES
Default
5672
The broker port
Dynamic
YES
The broker username
Dynamic
YES
Default
/
The broker virtual host
The queue name