QueueDescription.EnablePartitioning Property

Definition

Gets or sets a value that indicates whether the queue to be partitioned across multiple message brokers is enabled.

public bool EnablePartitioning { get; set; }
member this.EnablePartitioning : bool with get, set
Public Property EnablePartitioning As Boolean

Property Value

true if the queue to be partitioned across multiple message brokers is enabled; otherwise, false.

Applies to