Uses of Interface
org.apache.activemq.broker.region.policy.DispatchPolicy
Packages that use DispatchPolicy
Package
Description
Region abstraction and implementations in the Broker.
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 DispatchPolicyMethods in org.apache.activemq.broker.region with parameters of type DispatchPolicyModifier and TypeMethodDescriptionvoidQueue.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 DispatchPolicyModifier and TypeClassDescriptionclassClientIdFilterDispatchPolicy dispatches messages in a topic to a given client.classPriority dispatch policy that sends a message to every subscription that matches the message in consumer priority order.classdispatch policy that ignores lower priority duplicate network consumers, used in conjunction with network bridge suppresDuplicateTopicSubscriptionsclassSimple dispatch policy that sends a message to every subscription that matches the message.classSimple dispatch policy that sends a message to every subscription that matches the message.classDispatch policy that causes every subscription to see messages in the same order.Methods in org.apache.activemq.broker.region.policy that return DispatchPolicyMethods in org.apache.activemq.broker.region.policy with parameters of type DispatchPolicy