Uses of Interface
org.apache.activemq.broker.region.Region
Packages that use Region
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
JMX MBeans for the broker and its core connectors.
Region abstraction and implementations in the Broker.
The Message Scheduler for delayed (or scheduled) message delivery
Some utility Broker Plugins
Broker Plugins for visualising the current system
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
-
Uses of Region in org.apache.activemq.advisory
Classes in org.apache.activemq.advisory that implement RegionModifier and TypeClassDescriptionclassThis 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.brokerModifier and TypeInterfaceDescriptioninterfaceThe Message Broker which routes messages, maintains subscriptions and connections, acknowledges messages and handles transactions.Classes in org.apache.activemq.broker that implement RegionModifier and TypeClassDescriptionclassUsed to add listeners for Broker actionsclassAllows you to intercept broker operation so that features such as security can be implemented as a pluggable filter.classA useful base class for implementing broker plugins.classThis broker filter handles composite destinations.classDumb implementation - used to be overriden by listenersclassImplementation of the broker where all it's methods throw an BrokerStoppedException.classInserts itself into the BrokerStackclassLike a BrokerFilter but it allows you to switch the getNext().broker.classThis broker filter handles the transaction related operations in the Broker interface.classThis 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 RegionModifier and TypeMethodDescriptionConsumerBrokerExchange.getRegion()ProducerBrokerExchange.getRegion()Methods in org.apache.activemq.broker with parameters of type Region -
Uses of Region in org.apache.activemq.broker.cluster
Classes in org.apache.activemq.broker.cluster that implement RegionModifier and TypeClassDescriptionclassMonitors 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 RegionModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.apache.activemq.broker.jmx that return RegionModifier and TypeMethodDescriptionprotected RegionManagedRegionBroker.createQueueRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) protected RegionManagedRegionBroker.createTempQueueRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) protected RegionManagedRegionBroker.createTempTopicRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) protected RegionManagedRegionBroker.createTopicRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) -
Uses of Region in org.apache.activemq.broker.region
Classes in org.apache.activemq.broker.region that implement RegionModifier and TypeClassDescriptionclassclassclassclassRoutes Broker operations to the correct messaging regions for processing.classclassclassMethods in org.apache.activemq.broker.region that return RegionModifier and TypeMethodDescriptionprotected RegionRegionBroker.createQueueRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) protected RegionRegionBroker.createTempQueueRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) protected RegionRegionBroker.createTempTopicRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) protected RegionRegionBroker.createTopicRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) RegionBroker.getQueueRegion()RegionBroker.getRegion(org.apache.activemq.command.ActiveMQDestination destination) RegionBroker.getTempQueueRegion()RegionBroker.getTempTopicRegion()RegionBroker.getTopicRegion() -
Uses of Region in org.apache.activemq.broker.scheduler
Classes in org.apache.activemq.broker.scheduler that implement Region -
Uses of Region in org.apache.activemq.broker.util
Classes in org.apache.activemq.broker.util that implement RegionModifier and TypeClassDescriptionclassclassA simple plugin that can be used to export/import runtime destinations.classA simple Broker intercepter which allows you to enable/disable logging.classA Broker interceptor which allows you to trace all operations to a Multicast socket.classReplace 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.classA Broker interceptor which updates a JMS Client's timestamp on the message with a broker timestamp.classThe TraceBrokerPathPlugin can be used in a network of Brokers.classA 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 RegionModifier and TypeClassDescriptionclassclassclassUseful base class -
Uses of Region in org.apache.activemq.plugin
Classes in org.apache.activemq.plugin that implement RegionModifier and TypeClassDescriptionclassclassA Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT.classA 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 ignoredclassA plugin which allows the caching of the selector from a subscription queue. -
Uses of Region in org.apache.activemq.security
Classes in org.apache.activemq.security that implement RegionModifier and TypeClassDescriptionclassclassVerifies if a authenticated user can do an operation against the broker using an authorization map.classLogs a user in using JAAS.classA JAAS Authentication Broker that uses SSL Certificates.classA JAAS Authentication Broker that uses different JAAS domain configurations depending if the connection is over an SSL enabled Connector or not.classHandles authenticating a users against a simple user name/password map.