Interface Closeable

    • Method Detail

      • close

        void close()
            throws JMSException
        Closes a JMS object.

        Many JMS objects are closeable such as Connections, Sessions, Consumers and Producers.

        Throws:
        JMSException - if the JMS provider fails to close the object due to some internal error.