Adding filters in send port

Home Page Forums BizTalk 2004 – BizTalk 2010 Adding filters in send port

Viewing 1 reply thread
  • Author
    Posts
    • #23739

      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.

      Help will be highly appreciated.

      Thanks in advance

    • #23740

      Hi,

       

         You should configure your Send Port Group’s Filters matrix to include this line:

      Property                       Operator     Value

      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.

       

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.