Uses of Package
org.apache.activemq

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.broker.region.policy   
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.thread   
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.masterslave Static discovery implementation for a Master / Slave tuple 
org.apache.activemq.transport.discovery.multicast Discovery implementation using multicast 
org.apache.activemq.transport.discovery.simple Simple discovery implementation using a static list 
org.apache.activemq.transport.discovery.zeroconf A discovery agent using Zeroconf via the jmDNS library 
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.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.tcp TCP/IP based Transport implementation. 
org.apache.activemq.transport.udp UDP based Transport implementation. 
org.apache.activemq.usage   
org.apache.activemq.util   
 

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
           
ActiveMQInputStream.ReadTimeoutException
          Exception which should get thrown if the first chunk of the stream could not read within the configured timeout
ActiveMQMessageAuditNoSync
          Provides basic audit functions for Messages without sync
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).
AsyncCallback
          
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 for a messageConsumer 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.
TransportLoggerSupport.SPI
           
 

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.broker.region.policy
RedeliveryPolicy
          Configuration options for a messageConsumer used to control how messages are re-delivered when they are rolled back.
 

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
ScheduledMessage
           
 

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.thread
Service
          The core lifecyle interface for ActiveMQ components.
 

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.masterslave
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.simple
Service
          The core lifecyle interface for ActiveMQ components.
 

Classes in org.apache.activemq used by org.apache.activemq.transport.discovery.zeroconf
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.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.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.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.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.