Uses of Class
org.apache.activemq.broker.BrokerFilter
-
Packages that use BrokerFilter 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 deliveryorg.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.broker.view Broker Plugins for visualising the current systemorg.apache.activemq.partition org.apache.activemq.plugin org.apache.activemq.plugin.java org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation.org.apache.activemq.shiro org.apache.activemq.shiro.authc org.apache.activemq.shiro.authz org.apache.activemq.shiro.env org.apache.activemq.shiro.subject -
-
Uses of BrokerFilter in org.apache.activemq.advisory
Subclasses of BrokerFilter in org.apache.activemq.advisory Modifier and Type Class Description classAdvisoryBrokerThis 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 Modifier and Type Class Description classBrokerBroadcasterUsed to add listeners for Broker actionsclassBrokerPluginSupportA useful base class for implementing broker plugins.classCompositeDestinationBrokerThis broker filter handles composite destinations.classInsertableMutableBrokerFilterInserts itself into the BrokerStackclassMutableBrokerFilterLike a BrokerFilter but it allows you to switch the getNext().broker.classTransactionBrokerThis broker filter handles the transaction related operations in the Broker interface.classUserIDBrokerThis 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 Modifier and Type Class Description classConnectionSplitBrokerMonitors 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 Modifier and Type Class Description classSchedulerBroker -
Uses of BrokerFilter in org.apache.activemq.broker.util
Subclasses of BrokerFilter in org.apache.activemq.broker.util Modifier and Type Class Description classDestinationPathSeparatorBrokerclassDestinationsPluginA simple plugin that can be used to export/import runtime destinations.classLoggingBrokerPluginA simple Broker intercepter which allows you to enable/disable logging.classMulticastTraceBrokerPluginA Broker interceptor which allows you to trace all operations to a Multicast socket.classRedeliveryPluginReplace regular DLQ handling with redelivery via a resend to the original destination after a delay A destination matching RedeliveryPolicy controls the quantity and delay for re-sends If there is no matching policy or an existing policy limit is exceeded by default regular DLQ processing resumes.classTimeStampingBrokerPluginA Broker interceptor which updates a JMS Client's timestamp on the message with a broker timestamp.classTraceBrokerPathPluginThe TraceBrokerPathPlugin can be used in a network of Brokers.classUDPTraceBrokerPluginA Broker interceptor which allows you to trace all operations to a UDP socket. -
Uses of BrokerFilter in org.apache.activemq.broker.view
Subclasses of BrokerFilter in org.apache.activemq.broker.view Modifier and Type Class Description classConnectionDotFileInterceptorclassDestinationDotFileInterceptorclassDotFileInterceptorSupportUseful base class -
Uses of BrokerFilter in org.apache.activemq.partition
Subclasses of BrokerFilter in org.apache.activemq.partition Modifier and Type Class Description classPartitionBrokerA BrokerFilter which partitions client connections over a cluster of brokers.classZooKeeperPartitionBroker -
Uses of BrokerFilter in org.apache.activemq.plugin
Subclasses of BrokerFilter in org.apache.activemq.plugin Modifier and Type Class Description classAbstractRuntimeConfigurationBrokerclassDiscardingDLQBrokerclassForcePersistencyModeBrokerA Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.classRuntimeConfigurationBrokerclassStatisticsBrokerA 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 ignoredclassSubQueueSelectorCacheBrokerA plugin which allows the caching of the selector from a subscription queue. -
Uses of BrokerFilter in org.apache.activemq.plugin.java
Subclasses of BrokerFilter in org.apache.activemq.plugin.java Modifier and Type Class Description classJavaRuntimeConfigurationBroker -
Uses of BrokerFilter in org.apache.activemq.security
Subclasses of BrokerFilter in org.apache.activemq.security Modifier and Type Class Description classAbstractAuthenticationBrokerclassAuthorizationBrokerVerifies if a authenticated user can do an operation against the broker using an authorization map.classJaasAuthenticationBrokerLogs a user in using JAAS.classJaasCertificateAuthenticationBrokerA JAAS Authentication Broker that uses SSL Certificates.classJaasDualAuthenticationBrokerA JAAS Authentication Broker that uses different JAAS domain configurations depending if the connection is over an SSL enabled Connector or not.classSimpleAuthenticationBrokerHandles authenticating a users against a simple user name/password map. -
Uses of BrokerFilter in org.apache.activemq.shiro
Subclasses of BrokerFilter in org.apache.activemq.shiro Modifier and Type Class Description classSecurityFilterclassShiroPlugin -
Uses of BrokerFilter in org.apache.activemq.shiro.authc
Subclasses of BrokerFilter in org.apache.activemq.shiro.authc Modifier and Type Class Description classAuthenticationFilterTheAuthenticationFilterenforces if authentication is required before allowing the broker filter chain to continue. -
Uses of BrokerFilter in org.apache.activemq.shiro.authz
Subclasses of BrokerFilter in org.apache.activemq.shiro.authz Modifier and Type Class Description classAuthorizationFilterTheAuthorizationFilterasserts that actions are allowed to execute first before they are actually executed. -
Uses of BrokerFilter in org.apache.activemq.shiro.env
Subclasses of BrokerFilter in org.apache.activemq.shiro.env Modifier and Type Class Description classEnvironmentFilterAn abstractBrokerFilterthat makes the ShiroEnvironmentavailable to subclasses. -
Uses of BrokerFilter in org.apache.activemq.shiro.subject
Subclasses of BrokerFilter in org.apache.activemq.shiro.subject Modifier and Type Class Description classSubjectFilterTheSubjectFilterensures a ShiroSubjectrepresenting the client's identity is associated with every connection to the ActiveMQ Broker.
-