Hi, I have a scenerio where I need to recieve two different message types in an orchestration from two different ports, how to develop orchestration to receive two messages?
Do you need to receive them at the same time, say in a convoy pattern? Or do you just need to receive either of two formats and apply the same logic to them?
If it is a convoy you are after maybe look at the following link. it is from the 2004 days but still applies to what 2006/2009 would offer.
Hi, Thanks for the Response, I want to receive both the messages which are of different message types, they wont come at the same time, when I receive the first one after 2 minutes another message will come so I have to wait for that message and then process those two messages further, I have to put these two messages in source and map it to destination message.
This sounds like the parallel convoy would work out for you. to get this to work you will need something to correlate the two files together on. Something like filename, or a field in the file. Again the link below shows examples of this.