|
Home > Archive > BizTalk Server > March 2005 > How many orchestration instances are running?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How many orchestration instances are running?
|
|
|
| We have an orchestration, which is triggered by the messages in the MSMQT.
Since messages are coming in too fast, according to the orchestration's
output, it seems that there are more than one orchestration instance running
at a time.
If this is true, how do we control the multi-threads? Or, how do we control
the messages from being consumed by the orchestration before the
orchestration finishes certain tasks? For the nature of this project, we can
only allow one orchestration running a time.
Thanks in advance.
Johnny
| |
| Scott Colestock 2005-03-23, 6:01 pm |
| You will want to look at sequential convoys - just search on that term in
the docs and in this newsgroup for examples.
Scott Colestock
www.traceofthought.net
"johny" <seadodo@msn.com> wrote in message
news:e7ZuIT6LFHA.1948@TK2MSFTNGP14.phx.gbl...
> We have an orchestration, which is triggered by the messages in the MSMQT.
> Since messages are coming in too fast, according to the orchestration's
> output, it seems that there are more than one orchestration instance
> running
> at a time.
>
> If this is true, how do we control the multi-threads? Or, how do we
> control
> the messages from being consumed by the orchestration before the
> orchestration finishes certain tasks? For the nature of this project, we
> can
> only allow one orchestration running a time.
>
> Thanks in advance.
>
> Johnny
>
>
|
|
|
|
|