Uses of Interface
org.apache.activemq.Closeable
-
Packages that use Closeable Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.pool -
-
Uses of Closeable in org.apache.activemq
Subinterfaces of Closeable in org.apache.activemq Modifier and Type Interface Description interface
EnhancedConnection
A set of enhanced APIs for a JMS providerClasses in org.apache.activemq that implement Closeable Modifier and Type Class Description class
ActiveMQConnection
class
ActiveMQMessageProducer
A client uses aMessageProducer
object to send messages to a destination.class
ActiveMQMessageProducerSupport
A useful base class for implementing aMessageProducer
class
ActiveMQQueueSender
A client uses aQueueSender
object to send messages to a queue.class
ActiveMQTopicPublisher
A client uses aTopicPublisher
object to publish messages on a topic.class
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing an XASession (optional). -
Uses of Closeable in org.apache.activemq.pool
Classes in org.apache.activemq.pool that implement Closeable Modifier and Type Class Description class
PooledConnection
-