Class MessageSelector


  • public final class MessageSelector
    extends Object

    Object implementation of a JMS message selector

    • Constructor Detail

      • MessageSelector

        public MessageSelector​(String selectorString)
                        throws javax.jms.JMSException
        Constructor
        Throws:
        javax.jms.JMSException
    • Method Detail

      • matches

        public boolean matches​(javax.jms.Message message)
                        throws javax.jms.JMSException
        Test the selector against a given message
        Throws:
        javax.jms.JMSException