public class StrictOrderDispatchPolicy extends Object implements DispatchPolicy
Constructor and Description |
---|
StrictOrderDispatchPolicy() |
Modifier and Type | Method and Description |
---|---|
boolean |
dispatch(MessageReference node,
MessageEvaluationContext msgContext,
List consumers)
Decides how to dispatch a selected message to a collection of consumers.
|
public StrictOrderDispatchPolicy()
public boolean dispatch(MessageReference node, MessageEvaluationContext msgContext, List consumers) throws Exception
DispatchPolicy
dispatch
in interface DispatchPolicy
node
- msgContext
- consumers
- Exception
DispatchPolicy.dispatch(org.apache.activemq.broker.region.MessageReference,
org.apache.activemq.filter.MessageEvaluationContext, java.util.List)
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.