Biztalk Helper Class Question:
Download Questions PDF

Explain me does BizTalk support synchronous communication?

Answer:

BizTalk Server architecture is asynchronous for scalability reasons. However, the architecture of the BizTalk Messaging Engine enables exposing a synchronous message exchange pattern on top of these asynchronous exchanges. To do this, the engine handles the complex task of correlating the request and response messages across a scaled-out architecture by linking together a number of asynchronous message exchanges to expose a synchronous interface.

Download Biztalk Helper Class Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me there is a .net helper class which suits to a requirement (in Orchestration) of an application but it is Non-Serializable, how can it be used?Explain what are the execution modes in a pipeline Stage?