bunqueue v2.9 API referenceall versions · guide
bunqueue
    Preparing search index...

    Interface QueueEventsOptions

    interface QueueEventsOptions {
        connection?: ConnectionOptions;
        dataPath?: string;
        embedded?: boolean;
        prefixKey?: string;
    }
    Index
    connection?: ConnectionOptions

    TCP connection used when embedded is false.

    dataPath?: string

    Embedded SQLite path; must match an already-active shared manager.

    embedded?: boolean

    Select the embedded manager instead of the TCP broker.

    prefixKey?: string

    Namespace prefix applied to the queue name.