MsmqBindingBase.ReceiveRetryCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置从应用程序队列读取的消息的最大立即传递尝试次数。
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
属性值
立即传递尝试的最大次数。 默认值为 5。
注解
如果达到消息的最大立即传递尝试次数且应用程序仍未访问消息,则会将消息发送到重试队列,以便在以后尝试传递。 如果未指定重试周期,则将消息发送到病毒消息队列,或将否定确认发送回发送方。
有关详细信息,请参阅 MaxRetryCycles 和 RetryCycleDelay。