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 DispatchPolicy
Queue. getDispatchPolicy()
DispatchPolicy
Topic. getDispatchPolicy()
Methods in org.apache.activemq.broker.region with parameters of type DispatchPolicy Modifier and Type Method Description void
Queue. setDispatchPolicy(DispatchPolicy dispatchPolicy)
void
Topic. 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 class
ClientIdFilterDispatchPolicy
ClientIdFilterDispatchPolicy dispatches messages in a topic to a given client.class
PriorityDispatchPolicy
Priority dispatch policy that sends a message to every subscription that matches the message in consumer priority order.class
PriorityNetworkDispatchPolicy
dispatch policy that ignores lower priority duplicate network consumers, used in conjunction with network bridge suppresDuplicateTopicSubscriptionsclass
RoundRobinDispatchPolicy
Simple dispatch policy that sends a message to every subscription that matches the message.class
SimpleDispatchPolicy
Simple dispatch policy that sends a message to every subscription that matches the message.class
StrictOrderDispatchPolicy
Dispatch 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 DispatchPolicy
PolicyEntry. getDispatchPolicy()
Methods in org.apache.activemq.broker.region.policy with parameters of type DispatchPolicy Modifier and Type Method Description void
PolicyEntry. setDispatchPolicy(DispatchPolicy policy)
-