BizTalk Question:
Download Questions PDF

What are convoys?

BizTalk Interview Question
BizTalk Interview Question

Answer:

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

Download BizTalk Interview Questions And Answers PDF

Previous QuestionNext Question
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?
In which case you have to use updategram and stored procedure?