This blog is to explain about BizTalk Parallel Convoy. What is Parallel Convoy? Parallel Convoy is one type of BizTalk design pattern to achieve particular type of requirements. This can be defined as “A parallel convoy enables multiple single messages to join together to achieve a required result. The set of related messages can arrive…
This blog is to explain about BizTalk Correlations. What is Correlation? Correlations can be defined as binding incoming messages with the appropriate instance of an orchestration. Sample Scenario for Correlations: My Orchestration has to send a request message to a Message Queue, let’s say it is “Input Queue”. Some other process takes the input message…