Uses of Interface
org.apache.activemq.broker.region.group.MessageGroupMapFactory
Packages that use MessageGroupMapFactory
Package
Description
Region abstraction and implementations in the Broker.
Classes to implement the Message Groups feature.
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 MessageGroupMapFactoryMethods in org.apache.activemq.broker.region with parameters of type MessageGroupMapFactoryModifier and TypeMethodDescriptionvoidQueue.setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory) -
Uses of MessageGroupMapFactory in org.apache.activemq.broker.region.group
Classes in org.apache.activemq.broker.region.group that implement MessageGroupMapFactoryModifier and TypeClassDescriptionclassA factory to create instances ofCachedMessageGroupMapwhen implementing the Message Groups functionality.classA factory to create instances ofSimpleMessageGroupMapwhen implementing the Message Groups functionality.classA factory to create instances ofSimpleMessageGroupMapwhen implementing the Message Groups functionality.Methods in org.apache.activemq.broker.region.group that return MessageGroupMapFactoryModifier and TypeMethodDescriptionstatic MessageGroupMapFactoryGroupFactoryFinder.createMessageGroupMapFactory(String type) -
Uses of MessageGroupMapFactory in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return MessageGroupMapFactoryMethods in org.apache.activemq.broker.region.policy with parameters of type MessageGroupMapFactoryModifier and TypeMethodDescriptionvoidPolicyEntry.setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory) Sets the factory used to create new instances of {MessageGroupMap} used to implement the Message Groups functionality.