Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

processing files one after another

0 views
Skip to first unread message

nets-rac

unread,
Sep 25, 2009, 5:36:16 AM9/25/09
to
I have an orchestration with a file receive port. If I copy a file to
the receive location (while the orchestration is still processing
another file) the orchestration will run again (simultaneously).

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

idarhareide

unread,
Oct 16, 2009, 5:10:22 AM10/16/09
to
If you are using 2006 R2, you can try to use "ordered delivery". You find the property in Send Port Properties / Transport Advanced Options.

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

Paul Somers

unread,
Nov 2, 2009, 8:10:01 AM11/2/09
to
Hi,

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:

> .
>

0 new messages