|
Home > Archive > BizTalk Server Orchestration > October 2004 > Orchestration instances - Singletons?
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 |
Orchestration instances - Singletons?
|
|
|
| Hi,
Is there any way to ensure an orchestration can act as a singleton, and thus
handle many messages of many diferent types? Does the engine ensure there
is an instance per message? Is there an easy way to gather multiple message
types from MB and ensure everything goes through one orchestration instance?
I'm thinking of perhaps these type of scenarios:
1. Keep running totals
2. control message flow to a send port to a single system
regs,
Conor
| |
| Balaji Thiagarajan 2004-10-19, 5:48 pm |
| Singleton Orchestration can be implemented by using Uniform Sequential
Convoy pattern. You can get a sample demo from Scott's site
http://home.comcast.net/~sdwoodgate...Composition.zip
Stephen W. Thomas(http://www.geekswithblogs.net/sthomas/) blog has a listing
of excellent sample to limit the number of running Orchestration instances.
Get the sample at
http://www.biztalkgurus.com/downloa...signContest.zip
Hope this helps!!
--
Balaji Thiagarajan
MCP (BizTalk)
http://biztalkbits.blogspot.com
--
"Mig" <conor.maguire@bicsystems.com> wrote in message
news:%23ebgKZetEHA.1220@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> Is there any way to ensure an orchestration can act as a singleton, and
thus
> handle many messages of many diferent types? Does the engine ensure there
> is an instance per message? Is there an easy way to gather multiple
message
> types from MB and ensure everything goes through one orchestration
instance?
>
> I'm thinking of perhaps these type of scenarios:
>
> 1. Keep running totals
> 2. control message flow to a send port to a single system
>
> regs,
> Conor
>
>
>
|
|
|
|
|