| Stephen W. Thomas 2005-08-31, 5:58 pm |
| Hello.
You would typically use Initialize Correlation Set on a Receive or Send
Shape to be able to route a sent message back to the same Orchestation
instance. Usually, a Send Shape initializes and a Receive Follows.
If you have a Convoy Scenario (you can get more info on Convoy on my
website), you would use an Initialize on a Receive and then a Follow on a
subsequent Receive in order to correlation concurrently received messages
into the same Orchestation instance.
Correlation Sets are all about getting the right messages into the right
running Orchestation instances.
If I knew your exact scenario I would be able to explain it better.
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
http://geekswithblogs.net/sthomas/
"tal moran" wrote:
> Following Correlation Sets ?
> and...
> When do i use Initializing Correlation Sets ?
>
> I created the Correlation, but i couldnt pass the xml msg to
> the second recieve port .
>
|