What are convoys

Answers were Sorted based on User's Feedback



What are convoys..

Answer / 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

What are convoys..

Answer / surya kumari

Under certain conditions, an orchestration instance might
receive a group of correlated messages all at the same
time. In this situation, a race condition might occur, in
which one of the messages in the group must initialize a
correlation set in the orchestration instance before the
other messages can be correlated to that orchestration
instance.

To ensure that all of the correlated messages are received
by the same orchestration instance, BizTalk Server detects
the potential for such a race condition and treats these
messages as a convoy

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More BizTalk Interview Questions

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 the logical send port.TO the send port group I have added many send ports with filters.The message in the send ports are not getting filtered based on my filters?

0 Answers  


What is the difference between a document schema and a property schema? : biztalk server

0 Answers  


Why messages are immutable inside Biztalk?

1 Answers   Accenture,


Explain about biztalk server messaging services?

0 Answers  


What is custom pipeline and the use of custom pipeline?

0 Answers  






List out some artifacts of biztalk server? : biztalk server

0 Answers  


in which case you have to use updategram and stored procedure?

6 Answers  


What is convoy sets?

0 Answers  


How to version your schema?

4 Answers  


im completed my biztalk course , plz guide me how to get job ?

0 Answers  


What is the default mapping for auto mapping? : biztalk server

0 Answers  


Explain about Message routing and content routing?

0 Answers  


Categories