Oracle Weblogic Server (MOSC)

MOSC Banner

JMS_BEA_SELECT Not Working in Weblogic 12c JMS Queue

edited Aug 22, 2017 5:00AM in Oracle Weblogic Server (MOSC) 2 commentsAnswered

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>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center