ServiceBusQueue.DeadLetteringOnMessageExpiration Property

Definition

Optional. This field controls how the Service Bus handles a message whose TTL has expired. If it is enabled and a message expires, the Service Bus moves the message from the queue into the queue's dead-letter sub-queue. If disabled, message will be permanently deleted from the queue. Settable only at queue creation time.* Default: false (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780773.aspx for more information)

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

Property Value

Applies to