Share via


CreateQueueOptions.RequiresSession Property

Definition

This indicates whether the queue supports the concept of session. Sessionful-messages follow FIFO ordering.

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

Property Value

Remarks

If true, the receiver can only receive messages using ServiceBusSessionReceiver. Defaults to false.

Applies to