Biztalk Ordered Delivery direct bound to multiple ports

Posted by WtFudgE on Stack Overflow See other posts from Stack Overflow or by WtFudgE
Published on 2010-01-07T09:45:04Z Indexed on 2010/04/14 13:43 UTC
Read the original article Hit count: 715

Filed under:
|

Hi, another ordered delivery problem.

We have an orchestration which is bound to a send port which has ordered delivery true. Another send port also picks up these messages through filtering, this port also has ordered delivery.

Now for some reason when there are multiple ports using the message and one of these is directly port binded only one of the ports is being used. I mean that not both ports give an output.

If i unenlist one of the ports it's always outputted, this works in both ways.

We used to have this with 2 ports which both used filters instead, this worked but we had to change one to a direct port, the problem occured since then. Also the choice of ports for BizTalk is pretty random, because on our server it for example chooses port A and when I recreate the same problem on my local machine it for example choses port B.

It's kind of a weird problem and we have no idea what could be the cause.

© Stack Overflow or respective owner

Related posts about BizTalk

Related posts about ordered-delivery