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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only

Local filter in message routing now working

  • 1.  Local filter in message routing now working

    Posted 04/09/09 05:06 PM

    Hello all, I’m having an issue with a local filter in a JMS trigger, in message routing, that never picks up my message.

    I have the following message structure on the body:

    Body {
    text            :<com.critical.wow.dto.RequestDTO>
    <typeID>901</typeID>
    <categoryID>-1</categoryID>
    ...
    </com.critical.wow.dto.RequestDTO>
    }

    I have been reading the IS JMS Client Developers and Developer guide but I’m unable to produce a matching expression to evaluate the value of typeID. Whatever tries IS always replies:

    Shouldn’t this be something like:
    %Body/com.critical.wow.dto.RequestDTO/typeID% == “901”

    Appreciate any help,
    thank you.


    #webMethods
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #Broker-JMS