JMS_BEA_SELECT Not Working in Weblogic 12c JMS Queue
Hi Everyone,
Who has tried using the JMS_BEA_SELECT function to filter messages on JMS Queue in Weblogic 12c?
I tried using the sample message from the Oracle site (ref below) and used the filter provided but the message that was supposed to be selected was not selected (see screenshot).
Appreciate any help. Thanks!
Message Selector: JMS_BEA_SELECT('xpath', '/order/item[2]/name/text()') = 'Mitre Saw'
XML Message Type: TextMessage
XML :
<order>
<item>
<id>007</id>
<name>Hand-held Power Drill</name>
<description>Compact, assorted colors.</description>
<price>$34.99</price>
</item>
<item>
<id>123</id>
<name>Mitre Saw</name>
<description>Three blades sizes.</description>