Connectum API Reference / AmqpPublisherOptions
Interface: AmqpPublisherOptions
Defined in: types.ts:132
Publisher options.
Properties
mandatory?
readonlyoptionalmandatory:boolean
Defined in: types.ts:145
Whether the message should be returned if it cannot be routed.
Default
ts
falsepersistent?
readonlyoptionalpersistent:boolean
Defined in: types.ts:138
Whether messages should be persisted to disk (deliveryMode=2).
Default
ts
true