Uses of Interface
org.apache.activemq.broker.BrokerServiceAware
-
Packages that use BrokerServiceAware Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.network Support for federated networks of brokers.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.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.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.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.mqtt.strategy 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.ws org.apache.activemq.transport.ws.jetty9 org.apache.activemq.transport.wss org.apache.activemq.util -
-
Uses of BrokerServiceAware in org.apache.activemq.broker
Classes in org.apache.activemq.broker that implement BrokerServiceAware Modifier and Type Class Description class
LockableServiceSupport
Helper class for working with services that requires lockingclass
TransportConnector
-
Uses of BrokerServiceAware in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement BrokerServiceAware Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
CompositeDemandForwardingBridge
A demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokersclass
ConduitBridge
Consolidates subscriptionsclass
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
Classes in org.apache.activemq.store that implement BrokerServiceAware Modifier and Type Class Description class
PersistenceAdapterFactoryBean
Creates a default persistence model using the Journal and JDBC -
Uses of BrokerServiceAware in org.apache.activemq.store.jdbc
Classes in org.apache.activemq.store.jdbc that implement BrokerServiceAware Modifier and Type Class Description class
DataSourceServiceSupport
A helper class which provides a factory method to create a default {@link DataSource) if one is not provided.class
JDBCIOExceptionHandler
Deprecated.class
JDBCPersistenceAdapter
APersistenceAdapter
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 Modifier and Type Class Description class
JournalPersistenceAdapter
An implementation ofPersistenceAdapter
designed for use with aJournal
and then check pointing asynchronously on a timeout with some other long term persistent storage.class
JournalPersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects. -
Uses of BrokerServiceAware in org.apache.activemq.store.kahadb
Classes in org.apache.activemq.store.kahadb that implement BrokerServiceAware Modifier and Type Class Description class
AbstractKahaDBStore
class
KahaDBPersistenceAdapter
An implementation ofPersistenceAdapter
designed for use with KahaDB - Embedded Lightweight Non-Relational Databaseclass
KahaDBStore
class
MessageDatabase
class
MultiKahaDBPersistenceAdapter
An implementation ofPersistenceAdapter
that supports distribution of destinations across multiple kahaDB persistence adaptersclass
TempKahaDBStore
-
Uses of BrokerServiceAware in org.apache.activemq.store.kahadb.plist
Classes in org.apache.activemq.store.kahadb.plist that implement BrokerServiceAware Modifier and Type Class Description class
PListStoreImpl
-
Uses of BrokerServiceAware in org.apache.activemq.store.kahadb.scheduler
Classes in org.apache.activemq.store.kahadb.scheduler that implement BrokerServiceAware Modifier and Type Class Description class
JobSchedulerStoreImpl
-
Uses of BrokerServiceAware in org.apache.activemq.transport.amqp
Classes in org.apache.activemq.transport.amqp that implement BrokerServiceAware Modifier and Type Class Description class
AmqpNioSslTransportFactory
class
AmqpNioTransportFactory
A AMQP over NIO transport factoryclass
AmqpSslTransportFactory
A AMQP over SSL transport factoryclass
AmqpTransportFactory
A AMQP transport factoryclass
AmqpWSTransportFactory
Factory for creating WebSocket aware AMQP Transports. -
Uses of BrokerServiceAware in org.apache.activemq.transport.auto
Classes in org.apache.activemq.transport.auto that implement BrokerServiceAware Modifier and Type Class Description class
AutoSslTransportFactory
class
AutoTcpTransportFactory
-
Uses of BrokerServiceAware in org.apache.activemq.transport.auto.nio
Classes in org.apache.activemq.transport.auto.nio that implement BrokerServiceAware Modifier and Type Class Description class
AutoNioSslTransportFactory
class
AutoNioTransportFactory
-
Uses of BrokerServiceAware in org.apache.activemq.transport.mqtt
Classes in org.apache.activemq.transport.mqtt that implement BrokerServiceAware Modifier and Type Class Description class
MQTTNIOSSLTransportFactory
class
MQTTNIOTransportFactory
A MQTT over NIO transport factoryclass
MQTTSslTransportFactory
A MQTT over SSL transport factoryclass
MQTTTransportFactory
A MQTT transport factory -
Uses of BrokerServiceAware in org.apache.activemq.transport.mqtt.strategy
Classes in org.apache.activemq.transport.mqtt.strategy that implement BrokerServiceAware Modifier and Type Class Description class
AbstractMQTTSubscriptionStrategy
Abstract implementation of theMQTTSubscriptionStrategy
interface providing the base functionality that is common to most implementations.class
MQTTDefaultSubscriptionStrategy
Default implementation that uses unmapped topic subscriptions.class
MQTTVirtualTopicSubscriptionStrategy
Subscription strategy that converts all MQTT subscribes that would be durable to Virtual Topic Queue subscriptions. -
Uses of BrokerServiceAware in org.apache.activemq.transport.stomp
Classes in org.apache.activemq.transport.stomp that implement BrokerServiceAware Modifier and Type Class Description class
StompNIOSSLTransportFactory
class
StompNIOTransportFactory
A STOMP over NIO transport factoryclass
StompSslTransportFactory
A STOMP over SSL transport factoryclass
StompTransportFactory
A STOMP transport factory -
Uses of BrokerServiceAware in org.apache.activemq.transport.ws
Classes in org.apache.activemq.transport.ws that implement BrokerServiceAware Modifier and Type Class Description class
AbstractMQTTSocket
class
WSTransportFactory
Factory for WebSocket (ws) transportclass
WSTransportProxy
A proxy class that manages sending WebSocket events to the wrapped protocol level WebSocket Transport.class
WSTransportServer
Creates a web server and registers web socket server -
Uses of BrokerServiceAware in org.apache.activemq.transport.ws.jetty9
Classes in org.apache.activemq.transport.ws.jetty9 that implement BrokerServiceAware Modifier and Type Class Description class
MQTTSocket
class
WSServlet
Handle connection upgrade requests and creates web sockets -
Uses of BrokerServiceAware in org.apache.activemq.transport.wss
Classes in org.apache.activemq.transport.wss that implement BrokerServiceAware Modifier and Type Class Description class
WSSTransportFactory
Factory for Secure WebSocket (wss) transportclass
WSSTransportServer
-
Uses of BrokerServiceAware in org.apache.activemq.util
Subinterfaces of BrokerServiceAware in org.apache.activemq.util Modifier and Type Interface Description interface
IOExceptionHandler
Classes in org.apache.activemq.util that implement BrokerServiceAware Modifier and Type Class Description class
DefaultIOExceptionHandler
class
LeaseLockerIOExceptionHandler
-