|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageGroupMapFactory | |
---|---|
org.apache.activemq.broker.region | Region abstraction and implementations in the Broker. |
org.apache.activemq.broker.region.group | Classes to implement the Message Groups feature. |
org.apache.activemq.broker.region.policy | The policies which can be associated with a particular destination or wildcard. |
Uses of MessageGroupMapFactory in org.apache.activemq.broker.region |
---|
Methods in org.apache.activemq.broker.region that return MessageGroupMapFactory | |
---|---|
MessageGroupMapFactory |
Queue.getMessageGroupMapFactory()
|
Methods in org.apache.activemq.broker.region with parameters of type MessageGroupMapFactory | |
---|---|
void |
Queue.setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory)
|
Uses of MessageGroupMapFactory in org.apache.activemq.broker.region.group |
---|
Classes in org.apache.activemq.broker.region.group that implement MessageGroupMapFactory | |
---|---|
class |
MessageGroupHashBucketFactory
A factory to create instances of SimpleMessageGroupMap when
implementing the Message
Groups functionality. |
class |
SimpleMessageGroupMapFactory
A factory to create instances of SimpleMessageGroupMap when implementing the
Message Groups functionality. |
Uses of MessageGroupMapFactory in org.apache.activemq.broker.region.policy |
---|
Methods in org.apache.activemq.broker.region.policy that return MessageGroupMapFactory | |
---|---|
MessageGroupMapFactory |
PolicyEntry.getMessageGroupMapFactory()
|
Methods in org.apache.activemq.broker.region.policy with parameters of type MessageGroupMapFactory | |
---|---|
void |
PolicyEntry.setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory)
Sets the factory used to create new instances of {MessageGroupMap} used to implement the Message Groups functionality. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |