search
Japanese Chinese Nederlands Espanol Italiano Deutsch Francais Twitter Rss Feeds
BizTalk GroupsView
Biztalk General
Biztalk Orchestration

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Application Development
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

View All Microsoft Biztalk General Posts  Ask A New Question 

single convoy orchestration - sapsy

Saturday, May 26, 2007 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
reply
 

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

Saturday, May 26, 2007 3: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
reply

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

Saturday, May 26, 2007 5: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
reply
 
 

Previous Microsoft Biztalk General conversation.