Property MaxAckPending
MaxAckPending
The maximum number of messages without acknowledgement that can be outstanding, once this limit is reached message delivery will be suspended
[JsonPropertyName("max_ack_pending")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long MaxAckPending { get; set; }