Skip to content

Connectum API Reference / AmqpPublisherOptions

Interface: AmqpPublisherOptions

Defined in: types.ts:132

Publisher options.

Properties

mandatory?

readonly optional mandatory: boolean

Defined in: types.ts:145

Whether the message should be returned if it cannot be routed.

Default

ts
false

persistent?

readonly optional persistent: boolean

Defined in: types.ts:138

Whether messages should be persisted to disk (deliveryMode=2).

Default

ts
true