Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Don’t know how to start › Don’t know how to start
December 8, 2005 at 12:17 AM
#12482
Well, Convoys should really be correlated on data inside the message. That’s really what makes a Convoy a Convoy (i.e. multiple messages received that relate to each other). In my case, the ID field was “some id inside the message” that was the same for each message.
Example: convoy for all orders processed today could use Date or all orders from Iowa could use the State field.
Now, there are other ways to do it, but in your case I would try to find something inside the data to use. If you are using a Request – Response (like the 2nd sample in the SQL white paper I think) then you wouldn’t need a Convoy at all.