QueueProperties.RequiresSession Property

Definition

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

public bool RequiresSession { get; }
member this.RequiresSession : bool
Public ReadOnly Property RequiresSession As Boolean

Property Value

Remarks

If true, the ServiceBusSessionProcessor or ServiceBusSessionReceiver must be used to receive messages from the queue. Defaults to false.

Applies to