Uses of Package
org.apache.activemq.broker

Packages that use org.apache.activemq.broker
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.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   
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.network.jms Support for a federated network using a foreign JMS provider. 
org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. 
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.apache.activemq.store.jdbc Message persistence implemented using JDBC 
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.memory VM based implementation of message persistence 
org.apache.activemq.store.rapid   
org.apache.activemq.tool   
org.apache.activemq.transaction   
org.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. 
org.apache.activemq.transport.vm In-JVM based Transport implementation. 
org.apache.activemq.util Some utility classes 
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.web.controller   
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.broker used by org.apache.activemq.advisory
Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
BrokerFilter
          Allows you to intercept broker operation so that features such as security can be implemented as a pluggable filter.
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.broker
Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
BrokerFactory.BrokerFactoryHandler
           
BrokerFilter
          Allows you to intercept broker operation so that features such as security can be implemented as a pluggable filter.
BrokerPlugin
          Represents a plugin into a Broker
BrokerRegistry
           
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
Connection
           
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
Connector
          A connector creates and manages client connections that talk to the Broker.
MutableBrokerFilter
          Like a BrokerFilter but it allows you to switch the getNext().broker.
TransportConnection
           
TransportConnector
           
TransportStatusDetector
          Used to provide information on the status of the Connection
 

Classes in org.apache.activemq.broker used by org.apache.activemq.broker.ft
Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
BrokerServiceAware
          An interface used to represent a component that wants the BrokerService to be injected
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
InsertableMutableBrokerFilter
          Inserts itself into the BrokerStack
MutableBrokerFilter
          Like a BrokerFilter but it allows you to switch the getNext().broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.broker.jmx
Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
Connection
           
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
Connector
          A connector creates and manages client connections that talk to the Broker.
TransportConnection
           
TransportConnector
           
 

Classes in org.apache.activemq.broker used by org.apache.activemq.broker.region
Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
Connection
           
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.broker.region.cursors
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.broker.region.policy
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.broker.region.virtual
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.broker.util
Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
BrokerPlugin
          Represents a plugin into a Broker
BrokerPluginSupport
          A useful base class for implementing broker plugins.
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
BrokerServiceAware
          An interface used to represent a component that wants the BrokerService to be injected
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
MutableBrokerFilter
          Like a BrokerFilter but it allows you to switch the getNext().broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.broker.view
Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
BrokerFilter
          Allows you to intercept broker operation so that features such as security can be implemented as a pluggable filter.
BrokerPlugin
          Represents a plugin into a Broker
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.network.jms
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.security
Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
BrokerFilter
          Allows you to intercept broker operation so that features such as security can be implemented as a pluggable filter.
BrokerPlugin
          Represents a plugin into a Broker
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.store
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.store.jdbc
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
BrokerServiceAware
          An interface used to represent a component that wants the BrokerService to be injected
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.store.journal
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.store.kahadaptor
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.store.memory
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.store.rapid
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.tool
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.transaction
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
TransactionBroker
          This broker filter handles the transaction related operations in the Broker interface.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.transport.http
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.transport.vm
BrokerFactory.BrokerFactoryHandler
           
 

Classes in org.apache.activemq.broker used by org.apache.activemq.util
ConnectionContext
          Used to hold context information needed to process requests sent to a broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.web
Broker
          The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.web.controller
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
 

Classes in org.apache.activemq.broker used by org.apache.activemq.xbean
BrokerFactory.BrokerFactoryHandler
           
BrokerService
          Manages the lifecycle of an ActiveMQ Broker.
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.