Property NoAck
NoAck
Disables acknowledging messages that are received by the Stream.
[JsonPropertyName("no_ack")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool NoAck { get; set; }
Disables acknowledging messages that are received by the Stream.
[JsonPropertyName("no_ack")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool NoAck { get; set; }