Class RoundRobinDispatchPolicy

java.lang.Object
org.apache.activemq.broker.region.policy.RoundRobinDispatchPolicy
All Implemented Interfaces:
DispatchPolicy

public class RoundRobinDispatchPolicy extends Object implements DispatchPolicy
Simple dispatch policy that sends a message to every subscription that matches the message.