haredo

    Interface AdapterOptions

    interface AdapterOptions {
        reconnectDelay?: number | ReconnectDelayFunction;
        tlsOptions?: AMQPTlsOptions;
        url: string | RabbitUrl;
    }
    Index

    Properties

    reconnectDelay?: number | ReconnectDelayFunction

    Add a delay between connection attempts.

    500
    
    tlsOptions?: AMQPTlsOptions
    url: string | RabbitUrl
    MMNEPVFCICPMFPCPTTAAATR