I'm working on building a few JMS triggers in webMethods.
I would like to filter my messages based on certain conditions in the payload of the message which is part of JMS Message body string. As I understand JMS message selector will not do this filtering. I'm trying to see if Xquery is able to do this for me.
Any idea if Xquery can extract the value of a field hidden inside an XML (which is present inside the JMS Message body string)?