public interface Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes a JMS object.
|
void close() throws javax.jms.JMSException
Many JMS objects are closeable such as Connections, Sessions, Consumers and Producers.
javax.jms.JMSException
- if the JMS provider fails to close the object due to
some internal error.Copyright © 2005–2018 FuseSource, Corp.. All rights reserved.