|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.activemq | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.advisory | Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. |
org.apache.activemq.benchmark | |
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.broker.cluster | |
org.apache.activemq.broker.ft | Helper classes for implementing fault tolerance |
org.apache.activemq.broker.jmx | JMX MBeans for the broker and its core connectors. |
org.apache.activemq.broker.region | Region abstraction and implementations in the Broker. |
org.apache.activemq.broker.region.cursors | Cursors used to page persistent messages into the broker from the store |
org.apache.activemq.broker.region.policy | The policies which can be associated with a particular destination or wildcard. |
org.apache.activemq.broker.region.virtual | Implementation classes for Virtual Destinations |
org.apache.activemq.broker.util | Some utility Broker Plugins |
org.apache.activemq.broker.view | Broker Plugins for visualising the current system |
org.apache.activemq.camel | Defines a JMS client which is capable of sending and receiving messages to Camel endpoints to provide Enterprise Integration Patterns integration in any JMS client application. |
org.apache.activemq.camel.component | Defines the ActiveMQ Component for Camel to provide great Enterprise Integration Patterns integration for ActiveMQ users. |
org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
org.apache.activemq.jndi | JNDI support classes |
org.apache.activemq.management | An implementation of the J2EE Management API |
org.apache.activemq.network | Support for federated networks of brokers. |
org.apache.activemq.network.jms | Support for a federated network using a foreign JMS provider. |
org.apache.activemq.plugin | |
org.apache.activemq.pool | A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. |
org.apache.activemq.proxy | |
org.apache.activemq.ra | JCA managed connections and resource adapters for working with ActiveMQ |
org.apache.activemq.security | Plugable Security Adapter framework along with default implementations such as the JAAS implementation. |
org.apache.activemq.spring | Helper classes for working with the JMS client and Spring. |
org.apache.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
org.apache.activemq.store.amq | The default Store implementation for ActiveMQ |
org.apache.activemq.store.jdbc | Message persistence implemented using JDBC |
org.apache.activemq.store.jdbc.adapter | Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. |
org.apache.activemq.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
org.apache.activemq.store.kahadaptor | kaha implementation of message persistence for the broker |
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.memory | VM based implementation of message persistence |
org.apache.activemq.tool | |
org.apache.activemq.transport | The core Transport abstraction and support classes |
org.apache.activemq.transport.discovery | Discovery mechanism to discover brokers and clients. |
org.apache.activemq.transport.discovery.http | |
org.apache.activemq.transport.discovery.multicast | Discovery implementation using multicast |
org.apache.activemq.transport.discovery.rendezvous | A discovery agent using Zeroconf via the jmDNS library |
org.apache.activemq.transport.discovery.simple | Simple discovery implementation using a static list |
org.apache.activemq.transport.failover | Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use. |
org.apache.activemq.transport.fanout | Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy |
org.apache.activemq.transport.http | A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. |
org.apache.activemq.transport.https | A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL. |
org.apache.activemq.transport.mock | A mock implementation of the Transport layer useful for testing |
org.apache.activemq.transport.multicast | A Multicast based Transport implementation. |
org.apache.activemq.transport.nio | |
org.apache.activemq.transport.reliable | The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands. |
org.apache.activemq.transport.stomp | An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. |
org.apache.activemq.transport.tcp | TCP/IP based Transport implementation. |
org.apache.activemq.transport.udp | UDP based Transport implementation. |
org.apache.activemq.transport.vm | In-JVM based Transport implementation. |
org.apache.activemq.transport.xmpp | |
org.apache.activemq.usage | |
org.apache.activemq.util | Some utility classes |
org.apache.activemq.util.oxm | |
org.apache.activemq.util.xstream | |
org.apache.activemq.web | Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to we browser or JavaScript clients. |
org.apache.activemq.xbean | Helper classes for creating the a broker using XBean and for creating a broker within Spring. |
Classes in org.apache.activemq used by org.apache.activemq | |
---|---|
ActiveMQConnection
|
|
ActiveMQConnectionConsumer
For application servers, Connection objects provide a special
facility for creating a ConnectionConsumer (optional). |
|
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections. |
|
ActiveMQConnectionMetaData
A ConnectionMetaData object provides information describing
the Connection object. |
|
ActiveMQDispatcher
|
|
ActiveMQInputStream
|
|
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. |
|
ActiveMQMessageProducerSupport
A useful base class for implementing a MessageProducer |
|
ActiveMQOutputStream
|
|
ActiveMQPrefetchPolicy
Defines the prefetch message policies for different types of consumers |
|
ActiveMQSession
A Session object is a single-threaded context for producing
and consuming messages. |
|
ActiveMQSession.DeliveryListener
|
|
ActiveMQSessionExecutor
A utility class used by the Session for dispatching messages asynchronously to consumers |
|
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing an XASession (optional). |
|
BlobMessage
Represents a message which has a typically out of band Binary Large Object (BLOB) |
|
ClientInternalExceptionListener
An exception listener similar to the standard javax.jms.ExceptionListener
which can be used by client code to be notified of exceptions thrown by container components
(e.g. |
|
Closeable
Provides a uniform interface that can be used to close all the JMS obejcts that provide a close() method. |
|
Disposable
|
|
EnhancedConnection
A set of enhanced APIs for a JMS provider |
|
LocalTransactionEventListener
|
|
Message
Represents the JMS extension methods in Apache ActiveMQ |
|
MessageAvailableConsumer
An extended JMS interface that adds the ability to be notified when a message is available for consumption using the receive*() methods which is useful in Ajax style subscription models. |
|
MessageAvailableListener
A listener which is notified if a message is available for processing via the receive methods. |
|
MessageDispatchChannel
|
|
MessageTransformer
A plugin strategy for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer |
|
RedeliveryPolicy
Configuration options used to control how messages are re-delivered when they are rolled back. |
|
StreamConnection
The StreamConnection interface allows you to send and receive data from a Destination in using standard java InputStream and OutputStream objects. |
|
TransactionContext
A TransactionContext provides the means to control a JMS transaction. |
Classes in org.apache.activemq used by org.apache.activemq.advisory | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.benchmark | |
---|---|
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections. |
Classes in org.apache.activemq used by org.apache.activemq.broker | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.broker.cluster | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.broker.ft | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.broker.jmx | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.broker.region | |
---|---|
ActiveMQMessageAudit
Provides basic audit functions for Messages |
|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.broker.region.cursors | |
---|---|
ActiveMQMessageAudit
Provides basic audit functions for Messages |
|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.broker.region.policy | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.broker.region.virtual | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.broker.util | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.broker.view | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.camel | |
---|---|
ActiveMQConnection
|
|
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections. |
|
ActiveMQMessageProducerSupport
A useful base class for implementing a MessageProducer |
|
ActiveMQSession
A Session object is a single-threaded context for producing
and consuming messages. |
|
Closeable
Provides a uniform interface that can be used to close all the JMS obejcts that provide a close() method. |
|
CustomDestination
Represents a hook to allow the support of custom destinations such as to support Apache Camel to create and manage endpoints |
|
EnhancedConnection
A set of enhanced APIs for a JMS provider |
|
StreamConnection
The StreamConnection interface allows you to send and receive data from a Destination in using standard java InputStream and OutputStream objects. |
Classes in org.apache.activemq used by org.apache.activemq.camel.component | |
---|---|
EnhancedConnection
A set of enhanced APIs for a JMS provider |
|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.command | |
---|---|
ActiveMQConnection
|
|
BlobMessage
Represents a message which has a typically out of band Binary Large Object (BLOB) |
|
Message
Represents the JMS extension methods in Apache ActiveMQ |
Classes in org.apache.activemq used by org.apache.activemq.jndi | |
---|---|
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections. |
Classes in org.apache.activemq used by org.apache.activemq.management | |
---|---|
ActiveMQConnection
|
Classes in org.apache.activemq used by org.apache.activemq.network | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.network.jms | |
---|---|
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections. |
|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.plugin | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.pool | |
---|---|
ActiveMQConnection
|
|
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections. |
|
ActiveMQMessageProducer
A client uses a MessageProducer object to send messages to a
destination. |
|
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. |
|
AlreadyClosedException
An exception which is closed if you try to access a resource which has already been closed |
|
Closeable
Provides a uniform interface that can be used to close all the JMS obejcts that provide a close() method. |
|
EnhancedConnection
A set of enhanced APIs for a JMS provider |
|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.proxy | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.ra | |
---|---|
ActiveMQConnection
|
|
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections. |
|
ActiveMQPrefetchPolicy
Defines the prefetch message policies for different types of consumers |
|
ActiveMQSession
A Session object is a single-threaded context for producing
and consuming messages. |
|
ActiveMQSession.DeliveryListener
|
|
RedeliveryPolicy
Configuration options used to control how messages are re-delivered when they are rolled back. |
|
TransactionContext
A TransactionContext provides the means to control a JMS transaction. |
Classes in org.apache.activemq used by org.apache.activemq.security | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.spring | |
---|---|
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections. |
|
ActiveMQXAConnectionFactory
A factory of XAConnection instances |
Classes in org.apache.activemq used by org.apache.activemq.store | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.store.amq | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.store.jdbc | |
---|---|
ActiveMQMessageAudit
Provides basic audit functions for Messages |
|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.store.jdbc.adapter | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.store.journal | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.store.kahadaptor | |
---|---|
ActiveMQMessageAudit
Provides basic audit functions for Messages |
|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.store.kahadb | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.store.memory | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.tool | |
---|---|
ActiveMQConnectionFactory
A ConnectionFactory is an an Administered object, and is used for creating Connections. |
Classes in org.apache.activemq used by org.apache.activemq.transport | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.http | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.multicast | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.rendezvous | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.simple | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.failover | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.fanout | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.http | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.https | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.mock | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.multicast | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.nio | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.reliable | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.stomp | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.tcp | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.udp | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.vm | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.transport.xmpp | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.usage | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.util | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
Classes in org.apache.activemq used by org.apache.activemq.util.oxm | |
---|---|
MessageTransformer
A plugin strategy for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer |
|
MessageTransformerSupport
A useful base class for message transformers. |
Classes in org.apache.activemq used by org.apache.activemq.util.xstream | |
---|---|
MessageTransformer
A plugin strategy for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer |
|
MessageTransformerSupport
A useful base class for message transformers. |
Classes in org.apache.activemq used by org.apache.activemq.web | |
---|---|
MessageAvailableConsumer
An extended JMS interface that adds the ability to be notified when a message is available for consumption using the receive*() methods which is useful in Ajax style subscription models. |
Classes in org.apache.activemq used by org.apache.activemq.xbean | |
---|---|
Service
The core lifecyle interface for ActiveMQ components. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |