Skip to content

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

Interface: AmqpExchangeOptions

Defined in: types.ts:61

Exchange assertion options.

Properties

autoDelete?

readonly optional autoDelete?: boolean

Defined in: types.ts:74

Whether the exchange is deleted when the last queue unbinds.

Default

ts
false

durable?

readonly optional durable?: boolean

Defined in: types.ts:67

Whether the exchange should survive broker restarts.

Default

ts
true