I have a receive port and send port whose message types are different.When I receive a message in my receive port,my process starts.I will construct my out message and give this to my send port.I am configuring a send port group to the logical send port.TO the send port group I have added many send ports with filters.The message in the send ports are not getting filtered based on my filters.
You should configure your Send Port Group’s Filters matrix to include this line:
PropertyOperatorValue
BTS.MessageType == Namespace#RootNode
Where Namespace#RootNode is the target namespace of your out message’s schema, concatenated with the root node name of that schema, assuming that all your Send ports are subscribing to your out message.
Daniel.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.