|
||||||||||
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.view | Broker Plugins for visualising the current system |
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.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.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 |
SimpleAuthenticationBroker
Handles authenticating a users against a simple user name/password map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |