|
Home > Archive > BizTalk Server General > July 2005 > MSMQ convoy (ordering) issue (no orchestrations are possible)
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 |
MSMQ convoy (ordering) issue (no orchestrations are possible)
|
|
|
| I have desinged a content based routing system in BT 2004. I am using the
MSMQ adapter. We have a situation that from Rec to Send ports the ordering
becomes altered. It comes in as 1,2,3,4,5,6,7,8 ....
It appears in the send Q as 3,6,4,1,2,7,8, Need to get a true FIFO
solution.. Is this possible without implementing orchestartions? I need to
keep everything it simple for client issues.
Cheers,
JOH
| |
| Jon Flanders[MVP] 2005-07-27, 5:52 pm |
| To do true FIFO with BT2004 you need to use the MSMQT adapter. MSMQ doesn't
support ordered delivery - only MSMQT - this changes in 2006
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"JOH" <JOH@discussions.microsoft.com> wrote in message
news:D289529D-6C88-4C5B-A77F-16E8FFF511B9@microsoft.com...
>I have desinged a content based routing system in BT 2004. I am using the
> MSMQ adapter. We have a situation that from Rec to Send ports the
> ordering
> becomes altered. It comes in as 1,2,3,4,5,6,7,8 ....
> It appears in the send Q as 3,6,4,1,2,7,8, Need to get a true FIFO
> solution.. Is this possible without implementing orchestartions? I need
> to
> keep everything it simple for client issues.
>
> Cheers,
> JOH
|
|
|
|
|