Uses of Interface
org.apache.activemq.broker.region.policy.MessageInterceptorStrategy
-
Packages that use MessageInterceptorStrategy Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.policy 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 MessageInterceptorStrategy Modifier and Type Method Description MessageInterceptorStrategyBaseDestination. getMessageInterceptorStrategy()Methods in org.apache.activemq.broker.region with parameters of type MessageInterceptorStrategy Modifier and Type Method Description voidBaseDestination. setMessageInterceptorStrategy(MessageInterceptorStrategy messageInterceptorStrategy) -
Uses of MessageInterceptorStrategy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement MessageInterceptorStrategy Modifier and Type Class Description classChainMessageInterceptorStrategyConfigurable chain of MessageInterceptorStrategiesclassHeaderMessageInterceptorStrategyEnforce message policies for JMS Header valuesMethods in org.apache.activemq.broker.region.policy that return MessageInterceptorStrategy Modifier and Type Method Description MessageInterceptorStrategy[]ChainMessageInterceptorStrategy. getMessageInterceptorStrategies()MessageInterceptorStrategyPolicyEntry. getMessageInterceptorStrategy()Methods in org.apache.activemq.broker.region.policy with parameters of type MessageInterceptorStrategy Modifier and Type Method Description voidPolicyEntry. setMessageInterceptorStrategy(MessageInterceptorStrategy messageInterceptorStrategy)voidChainMessageInterceptorStrategy. setMessageStrategies(MessageInterceptorStrategy[] messageInterceptorStrategies)
-