haredo

    Interface QueueDeleteOptions

    interface QueueDeleteOptions {
        ifEmpty?: boolean;
        ifUnused?: boolean;
    }
    Index

    Properties

    Properties

    ifEmpty?: boolean

    Only delete if the queue is empty

    ifUnused?: boolean

    Only delete if the queue doesn't have any consumers

    MMNEPVFCICPMFPCPTTAAATR