|
Home > Archive > BizTalk Server Orchestration > August 2005 > -- Messages in order
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 |
-- Messages in order
|
|
|
|
My scenario is as follows
Initially i receive a message which contains the order of messages to be
received , and this message instantiates the orchestration.
I have to receive the messages in the order (defined by the previous
message) and there is a some fixed time to wait for all the messages.
Business process starts after the timed out , irrespective of all the
messages are received or not.
Please guide me how to achieve this.
Regards
Guru
| |
| Deepak Lakshmanan 2005-08-05, 5:52 pm |
| Hi,
From what you have said, it looks to me you can use a "Sequential Convoy"
pattern to solve this. Take a look at
http://www.biztalkgurus.com/Samples...hestration.html
Hope this helps.
--
Deepak
http://deepakl.blogspot.com
"Guru" wrote:
>
> My scenario is as follows
>
> Initially i receive a message which contains the order of messages to be
> received , and this message instantiates the orchestration.
>
> I have to receive the messages in the order (defined by the previous
> message) and there is a some fixed time to wait for all the messages.
>
> Business process starts after the timed out , irrespective of all the
> messages are received or not.
>
> Please guide me how to achieve this.
>
> Regards
> Guru
>
>
>
>
| |
|
| Also have a look at the listen and delay shapes documentation...
They will help you achieve what you want.
"Guru" <Guru@discussions.microsoft.com> wrote in message
news:1AE0DD28-64F6-4045-BBA0-6FCF8A712C45@microsoft.com...
>
> My scenario is as follows
>
> Initially i receive a message which contains the order of messages to be
> received , and this message instantiates the orchestration.
>
> I have to receive the messages in the order (defined by the previous
> message) and there is a some fixed time to wait for all the messages.
>
> Business process starts after the timed out , irrespective of all the
> messages are received or not.
>
> Please guide me how to achieve this.
>
> Regards
> Guru
>
>
>
>
|
|
|
|
|