Receive Adapter Issue

Home Page Forums BizTalk 2004 – BizTalk 2010 Receive Adapter Issue

Viewing 1 reply thread
  • Author
    Posts
    • #20376

      hi,

      I have a question regarding to receive adapter:

      When a receive adapter receives a message, does it first store the

      message into the MessageBox DB or does it send the message to the receive

      pipeline? further more, what happens if the adapter support batched

      messages? where does the messages go first?

      if the receive pipeline gets the message, who should handle failures

      if a failure occures in the receive pipeline? 

       

      Thanks!

    • #20378

      When a Receive Adapter receives a message it is passed to a Receive Pipeline before going to the message box.

      The Receive Pipeline is the component that would do the De-Batching and therefore the above statement is still true.

      In the BizTalk Admin console you can check the “Enable Routing of Failed Messages” check-box and you can create an Orchestration to receive these messages. Set the Receive Shape Filter to ErrorReport.ErrorType == “FailedMessage”

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