Package | Description |
---|---|
org.apache.activemq.advisory |
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.cluster | |
org.apache.activemq.broker.scheduler |
The Message Scheduler for delayed (or scheduled) message delivery
|
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 |
AdvisoryBroker
This broker filter handles tracking the state of the broker for purposes of
publishing advisory messages to advisory consumers.
|
Modifier and Type | Class and Description |
---|---|
class |
BrokerBroadcaster
Used to add listeners for Broker actions
|
class |
CompositeDestinationBroker
This broker filter handles composite destinations.
|
class |
TransactionBroker
This broker filter handles the transaction related operations in the Broker
interface.
|
class |
UserIDBroker
This broker filter will append the producer's user ID into the JMSXUserID header
to allow folks to know reliably who the user was who produced a message.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionSplitBroker
Monitors for client connections that may fail to another broker - but this
broker isn't aware they've gone.
|
Modifier and Type | Class and Description |
---|---|
class |
SchedulerBroker |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionDotFileInterceptor |
class |
DestinationDotFileInterceptor |
class |
DotFileInterceptorSupport
Useful base class
|
Modifier and Type | Class and Description |
---|---|
class |
DiscardingDLQBroker |
class |
ForcePersistencyModeBroker
A Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.
|
class |
StatisticsBroker
A StatisticsBroker 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
|
class |
SubQueueSelectorCacheBroker
A plugin which allows the caching of the selector from a subscription queue.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationBroker |
class |
AuthorizationBroker
Verifies if a authenticated user can do an operation against the broker using
an authorization map.
|
class |
JaasAuthenticationBroker
Logs a user in using JAAS.
|
class |
JaasCertificateAuthenticationBroker
A JAAS Authentication Broker that uses SSL Certificates.
|
class |
JaasDualAuthenticationBroker
A JAAS Authentication Broker that uses different JAAS domain configurations
depending if the connection is over an SSL enabled Connector or not.
|
class |
SimpleAuthenticationBroker
Handles authenticating a users against a simple user name/password map.
|
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.