DeclareExchange
yaml
type: "io.kestra.plugin.amqp.declareexchange"
Examples
yaml
id: amqp_declare_exchange
namespace: company.team
tasks:
- id: declare_exchange
type: io.kestra.plugin.amqp.DeclareExchange
url: amqp://guest:guest@localhost:5672/my_vhost
name: kestramqp.exchange
Properties
host *Requiredstring
name *Requiredstring
args object
autoDelete booleanstring
Default
false
durability booleanstring
Default
true
exchangeType string
Default
DIRECT
Possible Values
DIRECT
FANOUT
TOPIC
HEADERS
internal booleanstring
Default
false
password string
port string
Default
5672
username string
virtualHost string
Default
/