Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.util |
Some utility Broker Plugins
|
org.apache.activemq.broker.view |
Broker Plugins for visualising the current system
|
org.apache.activemq.plugin | |
org.apache.activemq.security |
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
BrokerPluginSupport
A useful base class for implementing broker plugins.
|
Modifier and Type | Method and Description |
---|---|
BrokerPlugin[] |
BrokerService.getPlugins() |
Modifier and Type | Method and Description |
---|---|
void |
BrokerService.setPlugins(BrokerPlugin[] plugins)
Sets a number of broker plugins to install such as for security
authentication or authorization
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionDotFilePlugin
A DOT file creator plugin which
creates a DOT file showing the current connections
|
class |
DestinationDotFilePlugin
A DOT
file creator plugin which creates a DOT file showing the current topic & queue hierarchies.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscardingDLQBrokerPlugin |
class |
ForcePersistencyModeBrokerPlugin
A Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.
|
class |
StatisticsBrokerPlugin
A StatisticsBrokerPlugin
You can retrieve a Map Message for a Destination - or
Broker containing statistics as key-value pairs The message must contain a
replyTo Destination - else its ignored
To retrieve stats on the broker send a empty message to ActiveMQ.Statistics.Broker (Queue or Topic)
With a replyTo set to the destination you want the stats returned to.
|
class |
SubQueueSelectorCacheBrokerPlugin
A plugin which allows the caching of the selector from a subscription queue.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationPlugin
An authorization plugin where each operation on a destination is checked
against an authorizationMap
|
class |
JaasAuthenticationPlugin
Adds a JAAS based authentication security plugin
|
class |
JaasCertificateAuthenticationPlugin
A JAAS based SSL certificate authentication plugin.
|
class |
JaasDualAuthenticationPlugin
A JAAS based SSL certificate authentication plugin.
|
class |
SimpleAuthenticationPlugin
A simple authentication plugin
|
Copyright © 2005–2015. All rights reserved.