Bun samples are verified on Bun 1.3.13; HTTP/2 clients need Bun >= 1.2.6, and a few packages skip their Bun suite in CI. Runtime compatibility
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