Connectum API Reference / @connectum/events-amqp / types / AmqpConsumerOptions
Interface: AmqpConsumerOptions
Defined in: packages/events-amqp/src/types.ts:603
Consumer options.
Properties
exclusive?
readonlyoptionalexclusive?:boolean
Defined in: packages/events-amqp/src/types.ts:617
Whether the consumer is exclusive to this connection.
Default
ts
falseprefetch?
readonlyoptionalprefetch?: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