08-10-05 07: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 th
e
> 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 the
m,
> 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:
>
[ Post a follow-up to this message ]
|