This topic has not yet been rated - Rate this topic

QueueDescription.RequiresSession Property

Gets or sets a value that indicates whether the queue supports the concept of session.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public bool RequiresSession { get; set; }

Property Value

Type: System.Boolean
true if the receiver application can only receive from the queue through a SessionReceiver; false if a queue cannot receive using SessionReceiver.
Did you find this helpful?
(1500 characters remaining)