|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerFilter | |
---|---|
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 | |
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. |
Uses of BrokerFilter in org.apache.activemq.advisory |
---|
Subclasses of BrokerFilter in org.apache.activemq.advisory | |
---|---|
class |
AdvisoryBroker
This broker filter handles tracking the state of the broker for purposes of publishing advisory messages to advisory consumers. |
Uses of BrokerFilter in org.apache.activemq.broker |
---|
Subclasses of BrokerFilter in org.apache.activemq.broker | |
---|---|
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. |
Uses of BrokerFilter in org.apache.activemq.broker.cluster |
---|
Subclasses of BrokerFilter in org.apache.activemq.broker.cluster | |
---|---|
class |
ConnectionSplitBroker
Monitors for client connections that may fail to another broker - but this broker isn't aware they've gone. |
Uses of BrokerFilter in org.apache.activemq.broker.scheduler |
---|
Subclasses of BrokerFilter in org.apache.activemq.broker.scheduler | |
---|---|
class |
SchedulerBroker
|
Uses of BrokerFilter in org.apache.activemq.broker.view |
---|
Subclasses of BrokerFilter in org.apache.activemq.broker.view | |
---|---|
class |
ConnectionDotFileInterceptor
|
class |
DestinationDotFileInterceptor
|
class |
DotFileInterceptorSupport
Useful base class |
Uses of BrokerFilter in org.apache.activemq.plugin |
---|
Subclasses of BrokerFilter in org.apache.activemq.plugin | |
---|---|
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 |
Uses of BrokerFilter in org.apache.activemq.security |
---|
Subclasses of BrokerFilter in org.apache.activemq.security | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |