jwalton / node-amqp-connection-manager

Auto-reconnect and round robin support for amqplib.
528 stars 105 forks source link

Publish Option and Consumer Option cannot be used #366

Open CheangMingSIT opened 1 year ago

CheangMingSIT commented 1 year ago
export interface PublishOptions extends Options.Publish {
    /** Message will be rejected after timeout ms */
    timeout?: number;
}
export interface ConsumerOptions extends amqplib.Options.Consume {
    prefetch?: number;
}

It seems the amqp options is not extended :(

max-results commented 2 months ago

Install types for amqplib (@types/amqplib)