Property MinAckPending
MinAckPending
Priority group minimum ACK pending messages.
[JsonPropertyName("min_ack_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long MinAckPending { get; set; }
Property Value
Remarks
When specified, this Pull request will only receive messages when the consumer has at least this many ack pending messages.