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 Selector not working

    Posted Tue July 01, 2008 06:48 PM

    Hello,
    I am trying to get a message from an MQ queue with the following selector:

    JMSMessageID = ‘414d5120514d54563031202020202020343f47480342ac24’

    The JMSMessageID is in hex value and I think that is why I am not able to retrieve the message. I would like to know if I have to convert the JMSMessageID value to ascii for the selector to work or if I have to somohow specify in the selector that the JMSMessageID is in hex value.

    I really appreciate any input.

    Regards,
    Victor


    #webMethods
    #JMS-Adapter-Archive-wmUsers
    #webMethods-Archive


  • 2.  RE: JMS Selector not working

    Posted Mon July 12, 2010 03:06 AM

    JMSMessageID is in the “header” section of the JMS message. I believe the JMS Selector only matches fields such as uuid in the “properties” section, thus it can’t see your JMSMessageID


    #JMS-Adapter-Archive-wmUsers
    #webMethods
    #webMethods-Archive