IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  JMS Message Filter Using UM

    Posted Mon January 09, 2017 09:07 AM

    Hello Team,

    Could you please guide what is the syntax should i use to filter the messages at JMS provider level ( Universal Messaging) using Message Selector?

    I tried this in the Local Filter: %header/JMSType%=“abc”, its working, but the same is not working in Message Selector?

    Please guide.

    Regards
    Sasa


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: JMS Message Filter Using UM

    Posted Mon January 09, 2017 09:17 AM

    Please use JMSType=‘abc’

    JMS selector works on JMSHeader and JMS Properties.


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: JMS Message Filter Using UM

    Posted Mon January 09, 2017 09:25 AM

    Thanks Rakesh for a quick reply.

    But seems the syntax JMSType=“abc” is not evaluating the messages, I am not able to receive any message from when the MessageSelector is set to JMSType=“abc”.

    Could you please guide what is missing?

    Regards
    Sasa


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: JMS Message Filter Using UM

    Posted Mon January 09, 2017 11:30 AM

    Please use JMSType=‘abc’[use single quotes as used in sql queries(A message selector is a String whose syntax is based on a subset of the SQL92 conditional expression syntax.)] , I have updated my previous response as well.


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: JMS Message Filter Using UM

    Posted Tue January 10, 2017 02:02 AM

    Thanks Rakesh for your quick help…Its working now.


    #Integration-Server-and-ESB
    #webMethods