Uses of Interface
org.apache.activemq.artemis.core.server.impl.MessageGroups
Packages that use MessageGroups
-
Uses of MessageGroups in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement MessageGroupsModifier and TypeClassDescriptionclassBucketMessageGroups, stores values against a bucket, where the bucket used is based on the provided key objects hash.classImplementation of MessageGroups that simply uses a NoOpMap, and in essence disables message grouping for queues that use it.classImplementation of MessageGroups that simply uses a HashMap, this is the existing and default behaviour of message groups in artemis.Methods in org.apache.activemq.artemis.core.server.impl that return MessageGroupsModifier and TypeMethodDescriptionstatic MessageGroups<Consumer>QueueImpl.groupMap(int groupBuckets)