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.util |
Some utility Broker Plugins
|
Modifier and Type | Class and Description |
---|---|
class |
BrokerPluginSupport
A useful base class for implementing broker plugins.
|
class |
InsertableMutableBrokerFilter
Inserts itself into the BrokerStack
|
Constructor and Description |
---|
InsertableMutableBrokerFilter(MutableBrokerFilter parent) |
Modifier and Type | Class and Description |
---|---|
class |
MasterBroker
The Message Broker which passes messages to a slave
|
Constructor and Description |
---|
MasterBroker(MutableBrokerFilter parent,
Transport transport)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
DestinationPathSeparatorBroker |
class |
LoggingBrokerPlugin
A simple Broker intercepter which allows you to enable/disable logging.
|
class |
MulticastTraceBrokerPlugin
A Broker interceptor which allows you to trace all operations to a Multicast
socket.
|
class |
TimeStampingBrokerPlugin
A Broker interceptor which updates a JMS Client's timestamp on the message
with a broker timestamp.
|
class |
TraceBrokerPathPlugin
The TraceBrokerPathPlugin can be used in a network of Brokers.
|
class |
UDPTraceBrokerPlugin
A Broker interceptor which allows you to trace all operations to a UDP
socket.
|
Copyright © 2005–2015. All rights reserved.