|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Topic.getDispatchPolicy()
|
DispatchPolicy |
Queue.getDispatchPolicy()
|
Methods in org.apache.activemq.broker.region with parameters of type DispatchPolicy | |
---|---|
void |
Topic.setDispatchPolicy(DispatchPolicy dispatchPolicy)
|
void |
Queue.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |