Aller au contenu
Français

AmqpQueueBinding

Ce contenu n’est pas encore disponible dans votre langue.

Defined in: src/io/broker/AmqpActor.ts:28

readonly optional exchange?: string

Defined in: src/io/broker/AmqpActor.ts:30


readonly queue: string

Defined in: src/io/broker/AmqpActor.ts:29


readonly optional queueOptions?: object

Defined in: src/io/broker/AmqpActor.ts:41

Queue-assertion options applied at connect time. Defaults to { durable: true } for safety (matches amqplib’s own defaults). Override when the queue was pre-declared with different properties — RabbitMQ rejects a re-assert with mismatched params (PRECONDITION_FAILED) and closes the channel, which masks every subsequent consume/publish as a silent timeout.

readonly optional autoDelete?: boolean

readonly optional durable?: boolean

readonly optional exclusive?: boolean


readonly optional routingKey?: string

Defined in: src/io/broker/AmqpActor.ts:31


readonly target: ActorRef<AmqpDelivery>

Defined in: src/io/broker/AmqpActor.ts:32