single convoy orchestration - sapsy

26-May-07 11:48:06
Hi,
i tried to implement single convoy in my BizTalk 2006
project, and i am trying to run a single instance of the
orchestration.When i drop multiple files , biztalk picks up all the
files, runs the first file thru the processing logic and remaining
files come in and directly jump to finishing part of the
orchestration, they do not pass thru processing logic...

any help would be appreciated

Thanks
sapz
button
 
 

single convoy orchestration - ImranShafqa

26-May-07 03:38:19
Hi Sapz,

If you need to perform the same logic for multiple messages via single
orchestration instance, then you need you use a combination of a loop and a
receive shape.  Your processing logic should be inside a loop which should
end with a listen shape waiting for more messages or timeout.  Please refer
to the section “Figure 15 Repeating receive messaging pattern” in MSDN
article
http://msdn2.microsoft.com/en-us/library/ms942189.aspx

Also you can download the sample code for this pattern from:
http://download.microsoft.com/download/f/0/9/f09deca4-2c83-47a0-86ed-9c708c128500/convoydeepdive.exe

Regards
Imran Shafqat
button
 

single convoy orchestration - sapsy

26-May-07 05:25:42
Hey,
Thanks for reply, i am already using listen and delay and
loop combinations,but its little different from what is in the
article....i dont know what i am missing , i will give this article a
try..

Thanks
Sapz
button
 
Enable receive location from an orchestration