Biztalk Orchestration Question:

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

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 PDF Read All 50 Biztalk Orchestration Questions
Previous QuestionNext Question
Tell me is it possible to skip any particular orchestration from getting compiled?Do you know what is message metadata?