|
Home > Archive > BizTalk Server General > October 2004 > Convoy question
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]
|
|
|
| Hi,
We have a problem we wish to receive two separate message types before we
send a message to another system. Message A must be received before Message
B, I would like both messages to be received by the same orchestration
instance. Is there anyway to do this out of the box, if so how?
thanks
--
John
| |
| Matt Meleski 2004-10-25, 5:49 pm |
| John,
A sequential convoy is what you are after.
There are three types of convoys :
1) Sequential
2) Parallel
3) Looping
I believe this is an example of a sequential convoy.
http://blogs.msdn.com/scottwoo/arch...3/10/87337.aspx
Also check out this:
http://blogs.msdn.com/scottwoo/arch.../20/245494.aspx
Matt.
"John" wrote:
> Hi,
>
> We have a problem we wish to receive two separate message types before we
> send a message to another system. Message A must be received before Message
> B, I would like both messages to be received by the same orchestration
> instance. Is there anyway to do this out of the box, if so how?
>
> thanks
>
> --
> John
| |
|
|
|
|
|