Skip to content

Connectum API Reference / @connectum/events-amqp / types / AmqpExchangeOptions

Interface: AmqpExchangeOptions ​

Defined in: packages/events-amqp/src/types.ts:233

Exchange assertion options.

Properties ​

autoDelete? ​

readonly optional autoDelete?: boolean

Defined in: packages/events-amqp/src/types.ts:246

Whether the exchange is deleted when the last queue unbinds.

Default ​

ts
false

durable? ​

readonly optional durable?: boolean

Defined in: packages/events-amqp/src/types.ts:239

Whether the exchange should survive broker restarts.

Default ​

ts
true