你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueueProperties.MaxDeliveryCount Property

Definition

The maximum delivery count of a message before it is dead-lettered.

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

Property Value

Remarks

The delivery count is increased when a message is received in PeekLock mode and didn't complete the message before the message lock expired. Default value is 10. Minimum value is 1.

Applies to