Type Alias OverflowMinPendingAndMinAck

OverflowMinPendingAndMinAck: {
    group: string;
    min_ack_pending: number;
    min_pending: number;
}

Type declaration

  • group: string

    The name of the priority_group

  • min_ack_pending: number

    Only deliver messages when num_ack_pending for the consumer is greater than this value

  • min_pending: number

    Only deliver messages when num_pending for the consumer is greater than this value