Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Urgent Help Needed (Maintaining correlation of a message) › Re: Urgent Help Needed (Maintaining correlation of a message)
October 30, 2006 at 1:11 PM
#16256
The correlation id is put in the message context by the MQ Series Adapter
http://msdn2.microsoft.com/en-us/library/aa559055.aspx
I have never used MQ-Series before but am assuming the property you need is MQSeries.MQMD_CorrelId.
outputMsg( MQSeries.MQMD_CorrelId) = inputMsg(MQSeries.MQMD_CorrelId);