|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ActiveMQMessageDispatcher | An internal dispatcher for ActiveMQMessage types |
Class Summary | |
ActiveMQConnection | A Connection object is a client's active connection to its JMS provider. |
ActiveMQConnectionConsumer | For application servers, Connection objects provide a special
facility for creating a ConnectionConsumer (optional). |
ActiveMQConnectionFactory | A ConnectionFactory is an an Administed object, and is used for creating Connections. |
ActiveMQConnectionMetaData | A ConnectionMetaData object provides information describing
the Connection object. |
ActiveMQMessageAudit | Provides basic audit functions for Messages |
ActiveMQMessageConsumer | A client uses a MessageConsumer object to receive messages from a destination. |
ActiveMQMessageProducer | A client uses a MessageProducer object to send messages to a
destination. |
ActiveMQMessageTransformation | Transforms foreign Destinations and Messages to ActiveMQ formats |
ActiveMQPrefetchPolicy | Defines the pretech message policies for different types of consumers |
ActiveMQQueueBrowser | A client uses a QueueBrowser object to look at messages on a
queue without removing them. |
ActiveMQQueueReceiver | A client uses a QueueReceiver object to receive messages that
have been delivered to a queue. |
ActiveMQQueueSender | A client uses a QueueSender object to send messages to a
queue. |
ActiveMQSession |
A Session object is a single-threaded context for producing and consuming messages. |
ActiveMQTopicPublisher | A client uses a TopicPublisher object to publish messages on
a topic. |
ActiveMQTopicSubscriber | A client uses a TopicSubscriber object to receive messages
that have been published to a topic. |
ActiveMQXAConnection | The XAConnection interface extends the capability of Connection by providing an XASession (optional). |
ActiveMQXAConnectionFactory | The XAConnectionFactory interface is a base interface for the XAQueueConnectionFactory and XATopicConnectionFactory interfaces. |
ActiveMQXASession | The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional). |
Exception Summary | |
AlreadyClosedException | An exception which is closed if you try to access a resource which has already been closed |
DuplicateDurableSubscriptionException | There is only meant to be a single durable subscription open for a given clientID and subscriber name; this exception is thrown if a user tries to subscribe twice for the same clientID and subscriber name. |
The core JMS client implementation classes
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |