|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.broker.region.policy.StrictOrderDispatchPolicy
public class StrictOrderDispatchPolicy
Dispatch policy that causes every subscription to see messages in the same order.
Constructor Summary | |
---|---|
StrictOrderDispatchPolicy()
|
Method Summary | |
---|---|
boolean |
dispatch(ConnectionContext newParam,
MessageReference node,
MessageEvaluationContext msgContext,
java.util.List consumers)
Decides how to dispatch a selected message to a collection of consumers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrictOrderDispatchPolicy()
Method Detail |
---|
public boolean dispatch(ConnectionContext newParam, MessageReference node, MessageEvaluationContext msgContext, java.util.List consumers) throws java.lang.Exception
DispatchPolicy
dispatch
in interface DispatchPolicy
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |