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
|
JmsConnectionFactory |
JMS ConnectionFactory Implementation.
|
JmsConnectionMetaData |
A
ConnectionMetaData object provides information describing
the Connection object. |
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.
|
JmsPrefetchPolicy |
Defines the prefetch message policies for different types of consumers
|
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
|
JmsRedeliveryPolicy |
Defines the policy used to manage redelivered and recovered Messages.
|
JmsSession |
JMS Session implementation
|
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
|
JmsTransactionSynchronization |
Interface for JmsResources that are part of a running transaction to use
to register for notifications of transaction commit and rollback in order
to execute specific actions.
|
Exception | Description |
---|---|
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–2016 The Apache Software Foundation. All rights reserved.