Uses of Package
org.apache.activemq
-
Packages that use org.apache.activemq Package Description 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.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.cluster 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 storeorg.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 Destinationsorg.apache.activemq.broker.scheduler The Message Scheduler for delayed (or scheduled) message deliveryorg.apache.activemq.broker.scheduler.memory org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.broker.view Broker Plugins for visualising the current systemorg.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.jndi JNDI support classesorg.apache.activemq.junit org.apache.activemq.management An implementation of the J2EE Management APIorg.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.partition org.apache.activemq.plugin org.apache.activemq.plugin.java org.apache.activemq.pool org.apache.activemq.proxy org.apache.activemq.ra JCA managed connections and resource adapters for working with ActiveMQorg.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation.org.apache.activemq.shiro org.apache.activemq.shiro.authc org.apache.activemq.shiro.authz org.apache.activemq.shiro.env org.apache.activemq.shiro.subject 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 messagingorg.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.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.kahadb org.apache.activemq.store.kahadb.plist org.apache.activemq.store.kahadb.scheduler org.apache.activemq.store.memory VM based implementation of message persistenceorg.apache.activemq.thread org.apache.activemq.tool org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio org.apache.activemq.transport.discovery Discovery mechanism to discover brokers and clients.org.apache.activemq.transport.discovery.http org.apache.activemq.transport.discovery.masterslave Static discovery implementation for a Master / Slave tupleorg.apache.activemq.transport.discovery.multicast Discovery implementation using multicastorg.apache.activemq.transport.discovery.simple Simple discovery implementation using a static listorg.apache.activemq.transport.discovery.zeroconf 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 redundancyorg.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 testingorg.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/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.ws org.apache.activemq.transport.ws.jetty9 org.apache.activemq.transport.wss org.apache.activemq.usage org.apache.activemq.util 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 web browser or JavaScript clients.org.apache.activemq.xbean -
Classes in org.apache.activemq used by org.apache.activemq Class Description ActiveMQConnection ActiveMQConnectionConsumer For application servers,Connection
objects provide a special facility for creating aConnectionConsumer
(optional).ActiveMQConnectionFactory A ConnectionFactory is an an Administered object, and is used for creating Connections.ActiveMQConnectionMetaData AConnectionMetaData
object provides information describing theConnection
object.ActiveMQDispatcher ActiveMQMessageAuditNoSync Provides basic audit functions for Messages without syncActiveMQMessageConsumer A client uses aMessageConsumer
object to receive messages from a destination.ActiveMQMessageProducer A client uses aMessageProducer
object to send messages to a destination.ActiveMQMessageProducerSupport A useful base class for implementing aMessageProducer
ActiveMQPrefetchPolicy Defines the prefetch message policies for different types of consumersActiveMQSession ASession
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 consumersActiveMQSslConnectionFactory An ActiveMQConnectionFactory that allows access to the key and trust managers used for SslConnections.ActiveMQXAConnection The XAConnection interface extends the capability of Connection by providing an XASession (optional).AsyncCallback BlobMessage Represents a message which has a typically out of band Binary Large Object (BLOB)ClientInternalExceptionListener An exception listener similar to the standardjavax.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 providerLocalTransactionEventListener Message Represents the JMS extension methods in Apache ActiveMQMessageAvailableConsumer 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 consumerRedeliveryPolicy Configuration options for a messageConsumer used to control how messages are re-delivered when they are rolled back.TransactionContext A TransactionContext provides the means to control a JMS transaction.TransportLoggerSupport.SPI -
Classes in org.apache.activemq used by org.apache.activemq.advisory Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker Class Description ConfigurationException An exception thrown when a service is not correctly configuredService The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.cluster Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.jmx Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.region Class Description ActiveMQMessageAudit Provides basic audit functions for MessagesService The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.region.cursors Class Description ActiveMQMessageAudit Provides basic audit functions for MessagesService The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.region.policy Class Description RedeliveryPolicy Configuration options for a messageConsumer used to control how messages are re-delivered when they are rolled back.Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.region.virtual Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.scheduler Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.scheduler.memory Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.util Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.broker.view Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.command Class Description ActiveMQConnection BlobMessage Represents a message which has a typically out of band Binary Large Object (BLOB)Message Represents the JMS extension methods in Apache ActiveMQScheduledMessage -
Classes in org.apache.activemq used by org.apache.activemq.jndi Class Description ActiveMQConnectionFactory A ConnectionFactory is an an Administered object, and is used for creating Connections. -
Classes in org.apache.activemq used by org.apache.activemq.junit Class Description 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 Class Description ActiveMQConnection -
Classes in org.apache.activemq used by org.apache.activemq.network Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.network.jms Class Description 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.partition Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.plugin Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.plugin.java Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.pool Class Description ActiveMQConnectionFactory A ConnectionFactory is an an Administered object, and is used for creating Connections.ActiveMQXAConnectionFactory A factory ofXAConnection
instancesCloseable 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 providerService The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.proxy Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.ra Class Description 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 consumersActiveMQSession ASession
object is a single-threaded context for producing and consuming messages.ActiveMQSession.DeliveryListener RedeliveryPolicy Configuration options for a messageConsumer 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 Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.shiro Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.shiro.authc Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.shiro.authz Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.shiro.env Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.shiro.subject Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.spring Class Description ActiveMQConnectionFactory A ConnectionFactory is an an Administered object, and is used for creating Connections.ActiveMQXAConnectionFactory A factory ofXAConnection
instances -
Classes in org.apache.activemq used by org.apache.activemq.store Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.store.jdbc Class Description ActiveMQMessageAudit Provides basic audit functions for MessagesService The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.store.jdbc.adapter Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.store.journal Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.store.kahadb Class Description ActiveMQMessageAuditNoSync Provides basic audit functions for Messages without syncService The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.store.kahadb.plist Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.store.kahadb.scheduler Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.store.memory Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.thread Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.tool Class Description 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 Class Description Service The core lifecyle interface for ActiveMQ components.TransportLoggerSupport.SPI -
Classes in org.apache.activemq used by org.apache.activemq.transport.amqp Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.auto Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.auto.nio Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.http Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.masterslave Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.multicast Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.simple Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.zeroconf Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.failover Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.fanout Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.http Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.https Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.mock Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.mqtt Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.multicast Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.nio Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.reliable Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.stomp Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.tcp Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.udp Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.vm Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.ws Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.ws.jetty9 Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.transport.wss Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.usage Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.util Class Description Service The core lifecyle interface for ActiveMQ components. -
Classes in org.apache.activemq used by org.apache.activemq.web Class Description 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. -
Classes in org.apache.activemq used by org.apache.activemq.xbean Class Description Service The core lifecyle interface for ActiveMQ components.