Skip to content

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

Interface: AmqpExchangeOptions

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

Exchange assertion options.

Properties

autoDelete?

readonly optional autoDelete?: boolean

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

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:558

Whether the exchange should survive broker restarts.

Default

ts
true