AmqpQueueBinding
이 콘텐츠는 아직 번역되지 않았습니다.
Defined in: src/io/broker/AmqpActor.ts:28
Properties
Section titled “Properties”exchange?
Section titled “exchange?”
readonlyoptionalexchange?:string
Defined in: src/io/broker/AmqpActor.ts:30
readonlyqueue:string
Defined in: src/io/broker/AmqpActor.ts:29
queueOptions?
Section titled “queueOptions?”
readonlyoptionalqueueOptions?: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.
autoDelete?
Section titled “autoDelete?”
readonlyoptionalautoDelete?:boolean
durable?
Section titled “durable?”
readonlyoptionaldurable?:boolean
exclusive?
Section titled “exclusive?”
readonlyoptionalexclusive?:boolean
routingKey?
Section titled “routingKey?”
readonlyoptionalroutingKey?:string
Defined in: src/io/broker/AmqpActor.ts:31
target
Section titled “target”
readonlytarget:ActorRef<AmqpDelivery>
Defined in: src/io/broker/AmqpActor.ts:32