Uses of Interface
org.apache.activemq.broker.region.policy.MessageInterceptorStrategy
Packages that use MessageInterceptorStrategy
Package
Description
Region abstraction and implementations in the Broker.
The policies which can be associated with a particular destination or wildcard.
-
Uses of MessageInterceptorStrategy in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return MessageInterceptorStrategyMethods in org.apache.activemq.broker.region with parameters of type MessageInterceptorStrategyModifier and TypeMethodDescriptionvoidBaseDestination.setMessageInterceptorStrategy(MessageInterceptorStrategy messageInterceptorStrategy) -
Uses of MessageInterceptorStrategy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement MessageInterceptorStrategyModifier and TypeClassDescriptionclassConfigurable chain of MessageInterceptorStrategiesclassEnforce message policies for JMS Header valuesMethods in org.apache.activemq.broker.region.policy that return MessageInterceptorStrategyModifier and TypeMethodDescriptionChainMessageInterceptorStrategy.getMessageInterceptorStrategies()PolicyEntry.getMessageInterceptorStrategy()Methods in org.apache.activemq.broker.region.policy with parameters of type MessageInterceptorStrategyModifier and TypeMethodDescriptionvoidPolicyEntry.setMessageInterceptorStrategy(MessageInterceptorStrategy messageInterceptorStrategy) voidChainMessageInterceptorStrategy.setMessageStrategies(MessageInterceptorStrategy[] messageInterceptorStrategies)