Property Durable
Durable
Whether the queue should survive broker restarts or not.
[JsonPropertyName("durable")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Durable { get; set; }
Property Value
- bool?
Whether the queue should survive broker restarts or not.
[JsonPropertyName("durable")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Durable { get; set; }