|
Home > Archive > BizTalk Server Applications Integration > November 2004 > BizTalk & Send Port subscription behaviour
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 |
BizTalk & Send Port subscription behaviour
|
|
|
| Hi,
Can anyone suggest where I might get documentation / white papers that
describe exactly how BizTalk processes the Messages from Messagebox and
delivers them to the MLLP Send Port. (or any subscriber for that matter)?
Questions like:
1. Does it process the messages based on Timestamp within Messagebox?
2. Are there any rules to when messages are lifted.
3. How many does BizTalk send at once?
4. Can they be throttled for sends in contigious order?
Appreciate any advice on this, as the application I've implemented goes live
soon, and one inportant part is that messages are handled in the order
BizTalk received them
thanks in advance,
Conor
| |
| Devdutt Patnaik 2004-11-16, 5:47 pm |
| BizTalk will instantiate a new service instance for a new message. To
preserve sequence you might have to implement a sequential covoy.
This would throttle all messages into a single service instance.
You can get a sample at :
http://devdutt10.blogspot.com/2004/...n-bts-2004.html
Regards
Dev
"Mig" <conor.maguire@bicsystems.com> wrote in message
news:%23XVlVvTsEHA.3884@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> Can anyone suggest where I might get documentation / white papers that
> describe exactly how BizTalk processes the Messages from Messagebox and
> delivers them to the MLLP Send Port. (or any subscriber for that matter)?
>
> Questions like:
>
> 1. Does it process the messages based on Timestamp within Messagebox?
> 2. Are there any rules to when messages are lifted.
> 3. How many does BizTalk send at once?
> 4. Can they be throttled for sends in contigious order?
>
> Appreciate any advice on this, as the application I've implemented goes
live
> soon, and one inportant part is that messages are handled in the order
> BizTalk received them
>
> thanks in advance,
> Conor
>
>
|
|
|
|
|