Uses of Interface
org.apache.activemq.broker.region.Region
-
Packages that use Region 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.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.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 Region in org.apache.activemq.advisory
Classes in org.apache.activemq.advisory that implement Region Modifier and Type Class Description class
AdvisoryBroker
This broker filter handles tracking the state of the broker for purposes of publishing advisory messages to advisory consumers. -
Uses of Region in org.apache.activemq.broker
Subinterfaces of Region in org.apache.activemq.broker Modifier and Type Interface Description interface
Broker
The Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.Classes in org.apache.activemq.broker that implement Region Modifier and Type Class Description class
BrokerBroadcaster
Used to add listeners for Broker actionsclass
BrokerFilter
Allows you to intercept broker operation so that features such as security can be implemented as a pluggable filter.class
BrokerPluginSupport
A useful base class for implementing broker plugins.class
CompositeDestinationBroker
This broker filter handles composite destinations.class
EmptyBroker
Dumb implementation - used to be overriden by listenersclass
ErrorBroker
Implementation of the broker where all it's methods throw an BrokerStoppedException.class
InsertableMutableBrokerFilter
Inserts itself into the BrokerStackclass
MutableBrokerFilter
Like a BrokerFilter but it allows you to switch the getNext().broker.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.Methods in org.apache.activemq.broker that return Region Modifier and Type Method Description Region
ConsumerBrokerExchange. getRegion()
Region
ProducerBrokerExchange. getRegion()
Methods in org.apache.activemq.broker with parameters of type Region Modifier and Type Method Description void
ConsumerBrokerExchange. setRegion(Region region)
void
ProducerBrokerExchange. setRegion(Region region)
-
Uses of Region in org.apache.activemq.broker.cluster
Classes in org.apache.activemq.broker.cluster that implement Region Modifier and Type Class Description class
ConnectionSplitBroker
Monitors for client connections that may fail to another broker - but this broker isn't aware they've gone. -
Uses of Region in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement Region Modifier and Type Class Description class
ManagedQueueRegion
class
ManagedRegionBroker
class
ManagedTempQueueRegion
class
ManagedTempTopicRegion
class
ManagedTopicRegion
Methods in org.apache.activemq.broker.jmx that return Region Modifier and Type Method Description protected Region
ManagedRegionBroker. createQueueRegion(SystemUsage memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
protected Region
ManagedRegionBroker. createTempQueueRegion(SystemUsage memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
protected Region
ManagedRegionBroker. createTempTopicRegion(SystemUsage memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
protected Region
ManagedRegionBroker. createTopicRegion(SystemUsage memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
-
Uses of Region in org.apache.activemq.broker.region
Classes in org.apache.activemq.broker.region that implement Region Modifier and Type Class Description class
AbstractRegion
class
AbstractTempRegion
class
QueueRegion
class
RegionBroker
Routes Broker operations to the correct messaging regions for processing.class
TempQueueRegion
class
TempTopicRegion
class
TopicRegion
Methods in org.apache.activemq.broker.region that return Region Modifier and Type Method Description protected Region
RegionBroker. createQueueRegion(SystemUsage memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
protected Region
RegionBroker. createTempQueueRegion(SystemUsage memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
protected Region
RegionBroker. createTempTopicRegion(SystemUsage memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
protected Region
RegionBroker. createTopicRegion(SystemUsage memoryManager, TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)
Region
RegionBroker. getQueueRegion()
Region
RegionBroker. getRegion(ActiveMQDestination destination)
Region
RegionBroker. getTempQueueRegion()
Region
RegionBroker. getTempTopicRegion()
Region
RegionBroker. getTopicRegion()
-
Uses of Region in org.apache.activemq.broker.scheduler
Classes in org.apache.activemq.broker.scheduler that implement Region Modifier and Type Class Description class
SchedulerBroker
-
Uses of Region in org.apache.activemq.broker.util
Classes in org.apache.activemq.broker.util that implement Region Modifier and Type Class Description class
DestinationPathSeparatorBroker
class
DestinationsPlugin
A simple plugin that can be used to export/import runtime destinations.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
RedeliveryPlugin
Replace 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.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. -
Uses of Region in org.apache.activemq.broker.view
Classes in org.apache.activemq.broker.view that implement Region Modifier and Type Class Description class
ConnectionDotFileInterceptor
class
DestinationDotFileInterceptor
class
DotFileInterceptorSupport
Useful base class -
Uses of Region in org.apache.activemq.partition
Classes in org.apache.activemq.partition that implement Region Modifier and Type Class Description class
PartitionBroker
A BrokerFilter which partitions client connections over a cluster of brokers.class
ZooKeeperPartitionBroker
-
Uses of Region in org.apache.activemq.plugin
Classes in org.apache.activemq.plugin that implement Region Modifier and Type Class Description class
AbstractRuntimeConfigurationBroker
class
DiscardingDLQBroker
class
ForcePersistencyModeBroker
A Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.class
RuntimeConfigurationBroker
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 ignoredclass
SubQueueSelectorCacheBroker
A plugin which allows the caching of the selector from a subscription queue. -
Uses of Region in org.apache.activemq.plugin.java
Classes in org.apache.activemq.plugin.java that implement Region Modifier and Type Class Description class
JavaRuntimeConfigurationBroker
-
Uses of Region in org.apache.activemq.security
Classes in org.apache.activemq.security that implement Region Modifier and Type Class 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. -
Uses of Region in org.apache.activemq.shiro
Classes in org.apache.activemq.shiro that implement Region Modifier and Type Class Description class
SecurityFilter
class
ShiroPlugin
-
Uses of Region in org.apache.activemq.shiro.authc
Classes in org.apache.activemq.shiro.authc that implement Region Modifier and Type Class Description class
AuthenticationFilter
TheAuthenticationFilter
enforces if authentication is required before allowing the broker filter chain to continue. -
Uses of Region in org.apache.activemq.shiro.authz
Classes in org.apache.activemq.shiro.authz that implement Region Modifier and Type Class Description class
AuthorizationFilter
TheAuthorizationFilter
asserts that actions are allowed to execute first before they are actually executed. -
Uses of Region in org.apache.activemq.shiro.env
Classes in org.apache.activemq.shiro.env that implement Region Modifier and Type Class Description class
EnvironmentFilter
An abstractBrokerFilter
that makes the ShiroEnvironment
available to subclasses. -
Uses of Region in org.apache.activemq.shiro.subject
Classes in org.apache.activemq.shiro.subject that implement Region Modifier and Type Class Description class
SubjectFilter
TheSubjectFilter
ensures a ShiroSubject
representing the client's identity is associated with every connection to the ActiveMQ Broker.
-