MsmqBindingBase.ReceiveRetryCount 属性

定义

获取或设置从应用程序队列读取的消息的最大立即传递尝试次数。

public:
 property int ReceiveRetryCount { int get(); void set(int value); };
public int ReceiveRetryCount { get; set; }
member this.ReceiveRetryCount : int with get, set
Public Property ReceiveRetryCount As Integer

属性值

Int32

立即传递尝试的最大次数。 默认值为 5。

注解

如果达到消息的最大立即传递尝试次数且应用程序仍未访问消息,则会将消息发送到重试队列,以便在以后尝试传递。 如果未指定重试周期,则将消息发送到病毒消息队列,或将否定确认发送回发送方。

有关详细信息,请参阅 MaxRetryCyclesRetryCycleDelay

适用于