How do I use a less than or greater than on a message selector in ejb-jar.xml?

Submitted by: Administrator
Enclose the selector in a CDATA section. That will prevent the XML parser from thinking that less than or greater than is a tag.

<jms-message-selector>
<![CDATA[ JMSXAppID <> 'user' ]]>
</jms-message-selector>
Submitted by: Administrator

Read Online BEA Weblogic Job Interview Questions And Answers