Skip to content

Publish Option and Consumer Option cannot be used  #366

Open
@CheangMingSIT

Description

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 :(

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions