locked
Is BizTalk Send Muliple request at send Port RRS feed

  • Question

  • I am using TCP/IP adapter (codeplex) with biztalk.

    It is accepting mulitple requests at a time for receive port.

    Will it send multiple requests to send port and send port send multiple requests to outer application ?

    I am using Request Response Receive Port and Solicit Response Send Port.


    Prakash


    • Edited by Shivay_ Thursday, November 20, 2014 7:34 AM
    Thursday, November 20, 2014 7:32 AM

Answers

  • BizTalk opens Multiple threads while receiving and Processing the request message . So each tread has a life cycle which include receiving message(at your receive location ) ,processing message in Orchestration and sending message through send port

    Thanks\

    Abhishek 

    • Proposed as answer by Muhammad Ehsan Thursday, November 20, 2014 9:15 AM
    • Marked as answer by Angie Xu Tuesday, November 25, 2014 2:31 AM
    Thursday, November 20, 2014 7:54 AM
  • Yes, the receive Adapter is irrelevant.  Any Receive Operation will behave the same way.

    You must ensure that it gets routed to the Send Port.

    • Marked as answer by Angie Xu Tuesday, November 25, 2014 2:31 AM
    Thursday, November 20, 2014 1:55 PM
    Moderator

All replies

  • BizTalk opens Multiple threads while receiving and Processing the request message . So each tread has a life cycle which include receiving message(at your receive location ) ,processing message in Orchestration and sending message through send port

    Thanks\

    Abhishek 

    • Proposed as answer by Muhammad Ehsan Thursday, November 20, 2014 9:15 AM
    • Marked as answer by Angie Xu Tuesday, November 25, 2014 2:31 AM
    Thursday, November 20, 2014 7:54 AM
  • Yes, the receive Adapter is irrelevant.  Any Receive Operation will behave the same way.

    You must ensure that it gets routed to the Send Port.

    • Marked as answer by Angie Xu Tuesday, November 25, 2014 2:31 AM
    Thursday, November 20, 2014 1:55 PM
    Moderator