Skip to content

amqpx v1.0.1


amqpx / index / ExchangeConsumerQueueOptions

Type Alias: ExchangeConsumerQueueOptions

ExchangeConsumerQueueOptions = Omit<amqp.Options.AssertQueue, "durable" | "exclusive">

Defined in: src/exchange/types.ts:20

Options for the auto-created exclusive queue when consuming from an exchange. The durable and exclusive fields are omitted because they are managed internally.

Released under the MIT License.