Skip to content

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

Interface: AmqpConsumerOptions

Defined in: types.ts:112

Consumer options.

Properties

exclusive?

readonly optional exclusive?: boolean

Defined in: types.ts:126

Whether the consumer is exclusive to this connection.

Default

ts
false

prefetch?

readonly optional prefetch?: number

Defined in: types.ts:119

Prefetch count (QoS) — how many unacknowledged messages a consumer can have at a time.

Default

ts
10