Class ActiveMQQueueBrowser

  • All Implemented Interfaces:
    AutoCloseable, javax.jms.QueueBrowser

    public final class ActiveMQQueueBrowser
    extends Object
    implements javax.jms.QueueBrowser
    ActiveMQ Artemis implementation of a JMS QueueBrowser.
    • Method Detail

      • close

        public void close()
                   throws javax.jms.JMSException
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface javax.jms.QueueBrowser
        Throws:
        javax.jms.JMSException
      • getEnumeration

        public Enumeration getEnumeration()
                                   throws javax.jms.JMSException
        Specified by:
        getEnumeration in interface javax.jms.QueueBrowser
        Throws:
        javax.jms.JMSException
      • getMessageSelector

        public String getMessageSelector()
                                  throws javax.jms.JMSException
        Specified by:
        getMessageSelector in interface javax.jms.QueueBrowser
        Throws:
        javax.jms.JMSException
      • getQueue

        public javax.jms.Queue getQueue()
                                 throws javax.jms.JMSException
        Specified by:
        getQueue in interface javax.jms.QueueBrowser
        Throws:
        javax.jms.JMSException