MsmqIntegrationMessageProperty.CorrelationId 属性

定义

获取或设置确认、报告和响应消息用以引用原始消息的消息标识符。

public:
 property System::String ^ CorrelationId { System::String ^ get(); void set(System::String ^ value); };
public string CorrelationId { get; set; }
member this.CorrelationId : string with get, set
Public Property CorrelationId As String

属性值

确认、报告和响应消息用以引用原始消息的消息标识符。

注解

消息队列 (MSMQ) 生成确认或报告消息时,它会使用相关标识符来指定原始消息的消息标识符。 这样,相关标识符就可将报告或确认消息与原始消息关联起来。

然后,发送应用程序就可利用相关标识符,对确认或报告与原始消息进行匹配比较,从而验证原始消息的标识。

适用于