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