BizTalk
(1)
SapzHi
(1)
MSDN
(1)
Orchestration
(1)
Single
(1)
Logic
(1)
Download
(1)
Messages
(1)

single convoy orchestration

Asked By sapsy
26-May-07 11:48 AM
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

Hi Sapz,If you need to perform the same logic for multiple messages via single

Asked By ImranShafqa
26-May-07 03:38 PM
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

Hey, Thanks for reply, i am already using listen and delay andloop

Asked By sapsy
26-May-07 05:25 PM
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
Post Question To EggHeadCafe