Uses of Interface
org.apache.activemq.broker.region.DestinationInterceptor
Packages that use DestinationInterceptor
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.
Implementation classes for Virtual Destinations
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
-
Uses of DestinationInterceptor in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return DestinationInterceptorModifier and TypeMethodDescriptionprotected DestinationInterceptor[]BrokerService.createDefaultDestinationInterceptor()Create the default destination interceptorBrokerService.getDestinationInterceptors()Methods in org.apache.activemq.broker with parameters of type DestinationInterceptorModifier and TypeMethodDescriptionprotected BrokerBrokerService.createRegionBroker(DestinationInterceptor destinationInterceptor) voidBrokerService.setDestinationInterceptors(DestinationInterceptor[] destinationInterceptors) Sets the destination interceptors to use -
Uses of DestinationInterceptor in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type DestinationInterceptorModifierConstructorDescriptionManagedRegionBroker(BrokerService brokerService, ManagementContext context, ObjectName brokerObjectName, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, org.apache.activemq.thread.Scheduler scheduler, ThreadPoolExecutor executor) -
Uses of DestinationInterceptor in org.apache.activemq.broker.region
Classes in org.apache.activemq.broker.region that implement DestinationInterceptorModifier and TypeClassDescriptionclassRepresents a Composite Pattern of aDestinationInterceptorMethods in org.apache.activemq.broker.region that return DestinationInterceptorModifier and TypeMethodDescriptionRegionBroker.getDestinationInterceptor()CompositeDestinationInterceptor.getInterceptors()Methods in org.apache.activemq.broker.region with parameters of type DestinationInterceptorModifier and TypeMethodDescriptionvoidCompositeDestinationInterceptor.setInterceptors(DestinationInterceptor[] interceptors) Constructors in org.apache.activemq.broker.region with parameters of type DestinationInterceptorModifierConstructorDescriptionCompositeDestinationInterceptor(DestinationInterceptor[] interceptors) RegionBroker(BrokerService brokerService, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, org.apache.activemq.thread.Scheduler scheduler, ThreadPoolExecutor executor) -
Uses of DestinationInterceptor in org.apache.activemq.broker.region.virtual
Subinterfaces of DestinationInterceptor in org.apache.activemq.broker.region.virtualModifier and TypeInterfaceDescriptioninterfaceRepresents some kind of virtual destination.Classes in org.apache.activemq.broker.region.virtual that implement DestinationInterceptorModifier and TypeClassDescriptionclassclassRepresents a virtual queue which forwards to a number of other destinations.classRepresents a virtual topic which forwards to a number of other destinations.classCreates Mirrored Queue using a prefix and postfix to define the topic name on which to mirror the queue to.classImplements Virtual Topics.classCreates Virtual Topics using a prefix and postfix. -
Uses of DestinationInterceptor in org.apache.activemq.security
Classes in org.apache.activemq.security that implement DestinationInterceptorModifier and TypeClassDescriptionclassAdds AuthorizationDestinationFilter on intercept()