haredo

    Interface SkipSetupOptions

    interface SkipSetupOptions {
        skipBindings?: boolean;
        skipBoundExchanges?: boolean;
        skipCreate?: boolean;
    }
    Index

    Properties

    skipBindings?: boolean

    If true then don't create the bindings

    skipBoundExchanges?: boolean

    If true then don't create the exchanges that are bound to this queue / exchange

    skipCreate?: boolean

    If true then don't create the queue / exchange

    MMNEPVFCICPMFPCPTTAAATR