How can I achieve that the orchestration will process the files one
after another?
I know that there's is a MSMQ Adapter. But I do not know if I have to
use this adapter for my problem nor how to use this adapter (do I need
a Queuing server definitely).
By the way - I'm using Biztalk 2006
thanks in advance
nets-rac wrote:
processing files one after another
25-sep-09
thanks in advance
Previous Posts In This Thread:
On 25. september 2009 06:47
nets-rac wrote:
processing files one after another
thanks in advance
EggHeadCafe - Software Developer Portal of Choice
Build A Managed C# Playing Card UserControl
http://www.eggheadcafe.com/tutorials/aspnet/3bdc8513-f37f-4fb1-90d1-f4121997a18d/build-a-managed-c-playin.aspx
I think you might be looking to do some form of corellation, based on a
property common to both files, it could simply be the receive port, where
both files will go to the same orchestration instance. Or the Ordered receipt
may work, depends on how long your orchestration takes, as it will deliver
each message one at a time, but it does not mean once the orchestration has
finished, and it could be too quick.
If you use correlation you have a chance to slow this down, and force a
sequential flow of messages, for receipt and processing.
Paul.
"Idar Hareide" wrote:
> .
>