Property Exclusive
Exclusive
Whether the queue should be used only by one connection or not.
[JsonPropertyName("exclusive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Exclusive { get; set; }
Property Value
- bool?
Whether the queue should be used only by one connection or not.
[JsonPropertyName("exclusive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? Exclusive { get; set; }