Uses of Interface
org.apache.activemq.broker.region.group.MessageGroupMapFactory
-
Packages that use MessageGroupMapFactory Package Description 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 Modifier and Type Method Description MessageGroupMapFactoryQueue. getMessageGroupMapFactory()Methods in org.apache.activemq.broker.region with parameters of type MessageGroupMapFactory Modifier and Type Method Description voidQueue. setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory) -
Uses of MessageGroupMapFactory in org.apache.activemq.broker.region.group
Classes in org.apache.activemq.broker.region.group that implement MessageGroupMapFactory Modifier and Type Class Description classCachedMessageGroupMapFactoryA factory to create instances ofCachedMessageGroupMapwhen implementing the Message Groups functionality.classMessageGroupHashBucketFactoryA factory to create instances ofSimpleMessageGroupMapwhen implementing the Message Groups functionality.classSimpleMessageGroupMapFactoryA factory to create instances ofSimpleMessageGroupMapwhen implementing the Message Groups functionality.Methods in org.apache.activemq.broker.region.group that return MessageGroupMapFactory Modifier and Type Method Description static MessageGroupMapFactoryGroupFactoryFinder. createMessageGroupMapFactory(String type) -
Uses of MessageGroupMapFactory in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return MessageGroupMapFactory Modifier and Type Method Description MessageGroupMapFactoryPolicyEntry. getMessageGroupMapFactory()Methods in org.apache.activemq.broker.region.policy with parameters of type MessageGroupMapFactory Modifier and Type Method Description voidPolicyEntry. setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory)Sets the factory used to create new instances of {MessageGroupMap} used to implement the Message Groups functionality.
-