BizTalk Server - Correlating MSMQ messages

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server > July 2005 > Correlating MSMQ messages





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Correlating MSMQ messages
Help Needed

2005-07-09, 7:47 am

I have a .net program that sends request and gets response from Biztalk using
MSMQ adapter. In order for the .Net program to receive the response message
by CorrelationId, the biztalk process uses the following expression in
MessageAssignment:

ResponseMsg(MSMQ.CorrelationId)=RequestMsg(MSMQ.Id);

However, in my test, the CorrelationId is missing the last digit. Therefore,
the .net program cannot receive the response.

Example:

Request MSMQ Id sent to Biztalk: <guid>/3432432
Response MSMQ CorrelationId from Biztalk: <guid>/343243

This happens only when message ID is greater than 7 digits (i.e., 3432432).
If message ID contains less than 7 digits, Biztalk will take entire ID from
request message and set it to response message as correlation ID.

Any ideas? Please Help???
Does anybody have any other recommendations to solve this?
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com