Udostępnij za pośrednictwem


QueuesOptions.MaxDequeueCount Property

Definition

Gets or sets the number of times to try processing a message before moving it to the poison queue (where possible).

public int MaxDequeueCount { get; set; }
member this.MaxDequeueCount : int with get, set
Public Property MaxDequeueCount As Integer

Property Value

Remarks

Some queues do not have corresponding poison queues, and this property does not apply to them. Specifically, there are no corresponding poison queues for any queue whose name already ends in "-poison" or any queue whose name is already too long to add a "-poison" suffix.

Applies to