Connectum API Reference / AmqpConsumerOptions
Interface: AmqpConsumerOptions
Defined in: types.ts:112
Consumer options.
Properties
exclusive?
readonlyoptionalexclusive:boolean
Defined in: types.ts:126
Whether the consumer is exclusive to this connection.
Default
ts
falseprefetch?
readonlyoptionalprefetch:number
Defined in: types.ts:119
Prefetch count (QoS) — how many unacknowledged messages a consumer can have at a time.
Default
ts
10