Biztalk Orchestration Question:

Download Job Interview Questions and Answers PDF

Tell us what is the lifecycle of a Message in BizTalk server?

Biztalk Orchestration Interview Question
Biztalk Orchestration Interview Question

Answer:

A message is received through a receive location defined in a given receive port. This message is processed by the pipeline associated with the receive location, and if there are any inbound maps associated with the receive port they are executed. The resulting message is then published to the MessageBox database. The MessageBox evaluates active subscriptions and routes the message to those orchestrations, and send ports with matching subscriptions. Orchestrations may process the message and publish messages through the MessageBox to a send port where it is pushed out to its final destination.

Download Biztalk Orchestration Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me is it possible to skip any particular orchestration from getting compiled?Do you know what is message metadata?