Uses of Interface
org.apache.activemq.broker.region.policy.DispatchPolicy

Packages that use DispatchPolicy
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
 DispatchPolicy Queue.getDispatchPolicy()
           
 DispatchPolicy Topic.getDispatchPolicy()
           
 

Methods in org.apache.activemq.broker.region with parameters of type DispatchPolicy
 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
 class 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
 DispatchPolicy PolicyEntry.getDispatchPolicy()
           
 

Methods in org.apache.activemq.broker.region.policy with parameters of type DispatchPolicy
 void PolicyEntry.setDispatchPolicy(DispatchPolicy policy)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.