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 one applition in biztalk, how to run anohther server

0 Answers   IBM,


what is the use of schema in biztalk and why we use schema?

0 Answers   IBM,


What is Message routing and Content routing?

3 Answers  


Source schema has nodes First Name, Last Name and destination schema has node Name. How we can get data at destination so that we can have two instance of Name (without using orchestration).

4 Answers  


In BizTalk development where and how you have to use custom developed .NET components?

4 Answers   Blue Star, KPIT,






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. Help will be highly appreciated. Thanks in advance

2 Answers  


how to handle the error in soap

0 Answers   KPIT,


Explain about static, dynamic and direct binding?

0 Answers  


How to create dynamic ports?

4 Answers   ESH,


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

4 Answers  


What is custom pipeline?

0 Answers  


Can we get messages to Orchestration without using schema?

7 Answers  


Categories