Answer Posted / solairajan
Convoys exist in the world any time multiple single items
must be related together in order to achieve something that
the individual item cannot accomplish by itself. This
concept generalizes into a basic design pattern. This is
convoy processing.
Convoy processing can be additionally broken out into two
separate categories as shown in the following list:
Sequential convoy - Items that are in a order, one after
another
Parallel convoy - Items that are in any order, but must all
be present before something occurs
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
What is the use of custom pipeline?
I have a receive port and send port whose message types are different.when I receive a message in my receive port,my process starts.i will construct my out message and give this to my send port.i am configuring a send port group to
What is custom pipeline and the use of custom pipeline?
Explain about business activity services (bas)?
What is the difference between distinguished field and promoted property? : biztalk server
Define schema?
What is biztalk server? : biztalk server
List out some artifacts of biztalk server? : biztalk server
What is Message routing?
Define bam?
Define pipelines
i have one applition in biztalk, how to run anohther server
what is direct binding?
What is the difference between a "message assignment" shape and an "expression" shape? : biztalk server
Explain why messages are immutable inside biztalk?