Skip to content

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

Interface: AmqpConsumerOptions

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

Consumer options.

Properties

exclusive?

readonly optional exclusive?: boolean

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

Whether the consumer is exclusive to this connection.

Default

ts
false

prefetch?

readonly optional prefetch?: number

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

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

Default

ts
10