Uses of Package
org.codehaus.activemq

Packages that use org.codehaus.activemq
org.codehaus.activemq The core JMS client implementation classes 
org.codehaus.activemq.jndi JNDI helper classes  
org.codehaus.activemq.management An implementation of the J2EE Management API  
org.codehaus.activemq.ra JCA managed connections and resource adapters for working with ActiveMQ  
org.codehaus.activemq.store.bdb Message persistence implemented using Berkeley DB Java Edition  
org.codehaus.activemq.store.jdbm Message persistence implemented using JDBM which is the default persistence mechanism shipped with Geronimo (due to its BSD licence)  
org.codehaus.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. 
 

Classes in org.codehaus.activemq used by org.codehaus.activemq
ActiveMQConnection
          A Connection object is a client's active connection to its JMS provider.
ActiveMQConnectionConsumer
          For application servers, Connection objects provide a special facility for creating a ConnectionConsumer (optional).
ActiveMQConnectionFactory
          A ConnectionFactory is an an Administed object, and is used for creating Connections.
ActiveMQMessageConsumer
          A client uses a MessageConsumer object to receive messages from a destination.
ActiveMQMessageDispatcher
          An internal dispatcher for ActiveMQMessage types
ActiveMQMessageProducer
          A client uses a MessageProducer object to send messages to a destination.
ActiveMQPrefetchPolicy
          Defines the pretech message policies for different types of consumers
ActiveMQSession
           A Session object is a single-threaded context for producing and consuming messages.
ActiveMQXAConnection
          The XAConnection interface extends the capability of Connection by providing an XASession (optional).
ActiveMQXASession
          The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).
 

Classes in org.codehaus.activemq used by org.codehaus.activemq.jndi
ActiveMQConnectionFactory
          A ConnectionFactory is an an Administed object, and is used for creating Connections.
 

Classes in org.codehaus.activemq used by org.codehaus.activemq.management
ActiveMQConnection
          A Connection object is a client's active connection to its JMS provider.
 

Classes in org.codehaus.activemq used by org.codehaus.activemq.ra
ActiveMQSession
           A Session object is a single-threaded context for producing and consuming messages.
 

Classes in org.codehaus.activemq used by org.codehaus.activemq.store.bdb
AlreadyClosedException
          An exception which is closed if you try to access a resource which has already been closed
 

Classes in org.codehaus.activemq used by org.codehaus.activemq.store.jdbm
AlreadyClosedException
          An exception which is closed if you try to access a resource which has already been closed
 

Classes in org.codehaus.activemq used by org.codehaus.activemq.web
ActiveMQConnection
          A Connection object is a client's active connection to its JMS provider.
ActiveMQSession
           A Session object is a single-threaded context for producing and consuming messages.
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.