BizTalk Server Orchestration - -- Ordering Messages in a Sequential convoy

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > August 2005 > -- Ordering Messages in a Sequential convoy





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 -- Ordering Messages in a Sequential convoy
Guru

2005-08-08, 5:52 pm

hi

I receive messages at receive shape (having following correlation set).
Each message has an element of type integer and i receive those message in
random order.

How to persist and send those messages in ascending order of the integer
element ?

regards
guru
Stephen W. Thomas

2005-08-08, 5:52 pm

Hello.

Do you receive the messages in order? If so and they are getting out of
order it might be that you need to set the Ordered Delivery Property on the
Receive Port.

What I have seen in the past if the messages arrive in any order is to use
some type of external storage (like SQL) to put the messages in, order them,
then submit them to Biztalk.

In any case, this lab might help you out:
http://www.biztalkgurus.com/Labs/Me...h-Envelope.html

Hope this helps.

Stephen W. Thomas
http://www.biztalkgurus.com


"Guru" wrote:

> hi
>
> I receive messages at receive shape (having following correlation set).
> Each message has an element of type integer and i receive those message in
> random order.
>
> How to persist and send those messages in ascending order of the integer
> element ?
>
> regards
> guru

Guru

2005-08-10, 2:49 am


Stephen thanks a lot
i used SortedList ( For sorting the messages received) instead of hitting
database , is it a good approach ?

"Stephen W. Thomas" wrote:
[vbcol=seagreen]
> Hello.
>
> Do you receive the messages in order? If so and they are getting out of
> order it might be that you need to set the Ordered Delivery Property on the
> Receive Port.
>
> What I have seen in the past if the messages arrive in any order is to use
> some type of external storage (like SQL) to put the messages in, order them,
> then submit them to Biztalk.
>
> In any case, this lab might help you out:
> http://www.biztalkgurus.com/Labs/Me...h-Envelope.html
>
> Hope this helps.
>
> Stephen W. Thomas
> http://www.biztalkgurus.com
>
>
> "Guru" wrote:
>
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com