Connectum API Reference / @connectum/events-amqp / types / AmqpExchangeOptions
Interface: AmqpExchangeOptions
Defined in: packages/events-amqp/src/types.ts:552
Exchange assertion options.
Properties
autoDelete?
readonlyoptionalautoDelete?:boolean
Defined in: packages/events-amqp/src/types.ts:565
Whether the exchange is deleted when the last queue unbinds.
Default
ts
falsedurable?
readonlyoptionaldurable?:boolean
Defined in: packages/events-amqp/src/types.ts:558
Whether the exchange should survive broker restarts.
Default
ts
true