| Interface | Description |
|---|---|
| JmsConnectionListener |
Providers an interface for client's to listener to events related to
an JmsConnection.
|
| JmsMessageAvailableConsumer |
Marker interface used for MessageConsumer instances that support sending
a notification event when a message has arrived when the consumer is not
in asynchronous dispatch mode.
|
| JmsMessageAvailableListener |
Internal JmsMessage available listener.
|
| JmsMessageDispatcher | |
| JmsTransactionContext |
A Transaction Context is used to track and manage the state of a
Transaction in a JMS Session object.
|
| JmsTransactionListener |
Allows for a listener to be notified when a transaction is started, commits
or is rolled back.
|
| Class | Description |
|---|---|
| JmsAcknowledgeCallback | |
| JmsClientProperties | |
| JmsConnection |
Implementation of a JMS Connection
|
| JmsConnectionConsumer |
JMS Connection Consumer implementation.
|
| JmsConnectionFactory |
JMS ConnectionFactory Implementation.
|
| JmsConnectionMetaData |
A
ConnectionMetaData object provides information describing
the Connection object. |
| JmsConsumer | |
| JmsContext | |
| JmsDestination |
Jms Destination
|
| JmsDurableTopicSubscriber |
Implementation of a TopicSubscriber that is Durable
|
| JmsLocalTransactionContext |
Manages the details of a Session operating inside of a local JMS transaction.
|
| JmsMessageConsumer |
implementation of a JMS Message Consumer
|
| JmsMessageProducer |
Implementation of a JMS MessageProducer
|
| JmsNoTxTransactionContext |
Used in non-transacted JMS Sessions to throw proper errors indicating
that the Session is not transacted and cannot be treated as such.
|
| JmsProducer | |
| JmsQueue |
JMS Queue implementation
|
| JmsQueueBrowser |
A client uses a
QueueBrowser object to look at messages on a queue without
removing them. |
| JmsQueueConnection | |
| JmsQueueReceiver |
Implementation of a JMS QueueReceiver
|
| JmsQueueSender |
Implementation of a Queue Sender
|
| JmsQueueSession |
JMS QueueSession implementation
|
| JmsSession |
JMS Session implementation
|
| JmsSharedDurableMessageConsumer |
Implementation of a JmsMessageConsumer that is part of a Shared Durable Subscription
|
| JmsSharedMessageConsumer |
Implementation of a JmsMessageConsumer that is part of a Shared Subscription
|
| JmsTemporaryDestination |
Temporary Destination Object
|
| JmsTemporaryQueue |
Temporary Queue Object
|
| JmsTemporaryTopic |
Temporary Topic Object
|
| JmsTopic |
JMS Topic object.
|
| JmsTopicConnection | |
| JmsTopicPublisher |
Implementation of a TopicPublisher
|
| JmsTopicSession |
Implementation of a TopicSession
|
| JmsTopicSubscriber |
Implementation of a TopicSubscriber
|
| Enum | Description |
|---|---|
| JmsConnectionExtensions |
Connection Extensions Definitions
|
| Exception | Description |
|---|---|
| JmsConnectionRemotelyClosedException |
Thrown when the remote peer closes the connection with amqp:connection:forced
signaling that the connection is closed.
|
| JmsOperationTimedOutException |
Exception that indicates a blocking operation timed out while waiting
for the remote to acknowledge or process it.
|
| JmsResourceNotFoundException |
Thrown when the remote peer return amqp:not-found for instances other
than those that would generate an InvalidDestinationException or some
other more situation appropriate JMSException instance.
|
| JmsSendTimedOutException |
Exception thrown when a blocking send call times out waiting to be sent.
|
| JmsTransactionInDoubtException |
JMSException derivative that defines that a TX outcome is unknown.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.