|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerServiceAware | |
---|---|
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.virtual | Implementation classes for Virtual Destinations |
org.apache.activemq.network | Support for federated networks of brokers. |
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.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.kahadb.plist | |
org.apache.activemq.transport.mqtt | A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/ |
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.util | Some utility classes |
Uses of BrokerServiceAware in org.apache.activemq.broker |
---|
Classes in org.apache.activemq.broker that implement BrokerServiceAware | |
---|---|
class |
TransportConnector
|
Uses of BrokerServiceAware in org.apache.activemq.broker.ft |
---|
Classes in org.apache.activemq.broker.ft that implement BrokerServiceAware | |
---|---|
class |
MasterConnector
Connects a Slave Broker to a Master when using Master Slave for High Availability of messages. |
Uses of BrokerServiceAware in org.apache.activemq.broker.jmx |
---|
Classes in org.apache.activemq.broker.jmx that implement BrokerServiceAware | |
---|---|
class |
ManagedTransportConnector
A managed transport connector which can create multiple managed connections as clients connect. |
Uses of BrokerServiceAware in org.apache.activemq.broker.region.virtual |
---|
Classes in org.apache.activemq.broker.region.virtual that implement BrokerServiceAware | |
---|---|
class |
MirroredQueue
Creates Mirrored Queue using a prefix and postfix to define the topic name on which to mirror the queue to. |
Uses of BrokerServiceAware in org.apache.activemq.network |
---|
Classes in org.apache.activemq.network that implement BrokerServiceAware | |
---|---|
class |
CompositeDemandForwardingBridge
A demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokers |
class |
ConduitBridge
Consolidates subscriptions |
class |
DemandForwardingBridge
Forwards messages from the local broker to the remote broker based on demand. |
class |
DemandForwardingBridgeSupport
A useful base class for implementing demand forwarding bridges. |
class |
DurableConduitBridge
Consolidates subscriptions |
Uses of BrokerServiceAware in org.apache.activemq.store.amq |
---|
Classes in org.apache.activemq.store.amq that implement BrokerServiceAware | |
---|---|
class |
AMQPersistenceAdapter
An implementation of PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
Uses of BrokerServiceAware in org.apache.activemq.store.jdbc |
---|
Classes in org.apache.activemq.store.jdbc that implement BrokerServiceAware | |
---|---|
class |
JDBCPersistenceAdapter
A PersistenceAdapter implementation using JDBC for persistence
storage. |
Uses of BrokerServiceAware in org.apache.activemq.store.journal |
---|
Classes in org.apache.activemq.store.journal that implement BrokerServiceAware | |
---|---|
class |
JournalPersistenceAdapter
An implementation of PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
Uses of BrokerServiceAware in org.apache.activemq.store.kahadaptor |
---|
Classes in org.apache.activemq.store.kahadaptor that implement BrokerServiceAware | |
---|---|
class |
KahaPersistenceAdapter
|
class |
KahaReferenceStoreAdapter
|
class |
KahaTransactionStore
Provides a TransactionStore implementation that can create transaction aware MessageStore objects from non transaction aware MessageStore objects. |
Uses of BrokerServiceAware in org.apache.activemq.store.kahadb |
---|
Classes in org.apache.activemq.store.kahadb that implement BrokerServiceAware | |
---|---|
class |
KahaDBPersistenceAdapter
An implementation of PersistenceAdapter designed for use with
KahaDB - Embedded Lightweight Non-Relational Database |
class |
KahaDBStore
|
class |
MessageDatabase
|
class |
MultiKahaDBPersistenceAdapter
An implementation of PersistenceAdapter that supports
distribution of destinations across multiple kahaDB persistence adapters |
Uses of BrokerServiceAware in org.apache.activemq.store.kahadb.plist |
---|
Classes in org.apache.activemq.store.kahadb.plist that implement BrokerServiceAware | |
---|---|
class |
PListStore
|
Uses of BrokerServiceAware in org.apache.activemq.transport.mqtt |
---|
Classes in org.apache.activemq.transport.mqtt that implement BrokerServiceAware | |
---|---|
class |
MQTTNIOSSLTransportFactory
|
class |
MQTTNIOTransportFactory
A MQTT over NIO transport factory |
class |
MQTTSslTransportFactory
A MQTT over SSL transport factory |
class |
MQTTTransportFactory
A MQTT transport factory |
Uses of BrokerServiceAware in org.apache.activemq.transport.stomp |
---|
Classes in org.apache.activemq.transport.stomp that implement BrokerServiceAware | |
---|---|
class |
StompNIOSSLTransportFactory
|
class |
StompNIOTransportFactory
A STOMP over NIO transport factory |
class |
StompSslTransportFactory
A STOMP over SSL transport factory |
class |
StompTransportFactory
A STOMP transport factory |
Uses of BrokerServiceAware in org.apache.activemq.util |
---|
Subinterfaces of BrokerServiceAware in org.apache.activemq.util | |
---|---|
interface |
IOExceptionHandler
|
Classes in org.apache.activemq.util that implement BrokerServiceAware | |
---|---|
class |
DefaultIOExceptionHandler
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |