Biztalk Visual Studio Question:

Tell us how do you achieve First-In-First-Out message processing of messages received from multiple sources using an Orchestration?

Biztalk Visual Studio Interview Question
Biztalk Visual Studio Interview Question

Answer:

• Use a Sequential Convoy to process the messages in the order they are received into the Message Box.
• Make sure Ordered Delivery is set to True inside the Orchestration Receive Port.


Previous QuestionNext Question
Please explain what are Advantages of BizTalk Server?Explain me in which scenarios would use a “promoted property” vs “distinguished fields”?