QueueDescription.EnableDeadLetteringOnMessageExpiration Property

Definition

Indicates whether this queue has dead letter support when a message expires.

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

Property Value

Remarks

If true, the expired messages are moved to dead-letter sub-queue. Default value is false.

Applies to