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

How can we process EDI file with out EDI pipeline.

1 Answers   Cap Gemini,


How to transfer files without using Orchestration?

6 Answers  


What are Host and Host Instance? Did you deploy BizTalk more than one machine?

4 Answers  


who is best faculty for sharePoint and Biztalk sandeepsoni from Deccansoft or premnath...........

0 Answers  


what is custom pipeline and the use of custom pipeline ? why and how we use custom pipeline?

2 Answers  






what is the difference between promoted and distinguished property?

5 Answers   ABC,


Explain about static, dynamic and direct binding?

0 Answers  


what is direct binding?

0 Answers  


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  


Define adapters?

0 Answers  


What is messagetype in biztalk server? : biztalk server

0 Answers  


What is the use of custom pipeline?

0 Answers  


Categories