How to receive two different message types in an orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 How to receive two different message types in an orchestration

Viewing 1 reply thread
  • Author
    Posts
    • #24195

      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?

      Thanks

    • #24197

      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.

      http://msdn.microsoft.com/en-us/library/ms942189(BTS.10).aspx

       

      Or if you need to receive one of two message formats I believe that this link can help.

      http://www.codeproject.com/KB/biztalk/UntypedBiztalkMessages.aspx

      • #24201

        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.

        Thanks

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.