Uses of Interface
org.apache.activemq.broker.region.policy.DispatchPolicy
-
Packages that use DispatchPolicy 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 DispatchPolicy in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return DispatchPolicy Modifier and Type Method Description DispatchPolicyQueue. getDispatchPolicy()DispatchPolicyTopic. getDispatchPolicy()Methods in org.apache.activemq.broker.region with parameters of type DispatchPolicy Modifier and Type Method Description voidQueue. setDispatchPolicy(DispatchPolicy dispatchPolicy)voidTopic. setDispatchPolicy(DispatchPolicy dispatchPolicy) -
Uses of DispatchPolicy in org.apache.activemq.broker.region.policy
Classes in org.apache.activemq.broker.region.policy that implement DispatchPolicy Modifier and Type Class Description classClientIdFilterDispatchPolicyClientIdFilterDispatchPolicy dispatches messages in a topic to a given client.classPriorityDispatchPolicyPriority dispatch policy that sends a message to every subscription that matches the message in consumer priority order.classPriorityNetworkDispatchPolicydispatch policy that ignores lower priority duplicate network consumers, used in conjunction with network bridge suppresDuplicateTopicSubscriptionsclassRoundRobinDispatchPolicySimple dispatch policy that sends a message to every subscription that matches the message.classSimpleDispatchPolicySimple dispatch policy that sends a message to every subscription that matches the message.classStrictOrderDispatchPolicyDispatch policy that causes every subscription to see messages in the same order.Methods in org.apache.activemq.broker.region.policy that return DispatchPolicy Modifier and Type Method Description DispatchPolicyPolicyEntry. getDispatchPolicy()Methods in org.apache.activemq.broker.region.policy with parameters of type DispatchPolicy Modifier and Type Method Description voidPolicyEntry. setDispatchPolicy(DispatchPolicy policy)
-