Package | Description |
---|---|
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.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
|
Modifier and Type | Class and Description |
---|---|
class |
TransportConnector |
Modifier and Type | Class and Description |
---|---|
class |
MasterConnector
Connects a Slave Broker to a Master when using Master Slave for High
Availability of messages.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedTransportConnector
A managed transport connector which can create multiple managed connections
as clients connect.
|
Modifier and Type | Class and Description |
---|---|
class |
MirroredQueue
Creates Mirrored
Queue using a prefix and postfix to define the topic name on which to mirror the queue to.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
JDBCPersistenceAdapter
A
PersistenceAdapter implementation using JDBC for persistence
storage. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
KahaPersistenceAdapter |
class |
KahaReferenceStoreAdapter |
class |
KahaTransactionStore
Provides a TransactionStore implementation that can create transaction aware
MessageStore objects from non transaction aware MessageStore objects.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
PListStore |
Modifier and Type | Class and Description |
---|---|
class |
StompNIOSSLTransportFactory |
class |
StompNIOTransportFactory
A STOMP over NIO transport factory
|
class |
StompSslTransportFactory
A STOMP over SSL transport factory
|
class |
StompTransportFactory
A STOMP transport factory
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOExceptionHandler |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIOExceptionHandler |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.