Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指示消息是否以前已接收但尚未确认。
Public ReadOnly Property Redelivered As Boolean
public bool Redelivered {get;}
如果接收方 QAManager 检测到以前曾收到过正在接收的消息,则设置 Redelivered。
例如,应用程序使用以 AcknowledgementMode.EXPLICIT_ACKNOWLEDGEMENT 打开的 QAManager 接收消息,并且没有确认此消息就关闭。当应用程序再次启动并接收同一消息时,Redelivered 标头为 true。
有关获取和设置消息标头和属性的详细信息,请参见QAnywhere 消息。