Class SimpleMessageGroups<C>

java.lang.Object
org.apache.activemq.artemis.core.server.impl.SimpleMessageGroups<C>
Type Parameters:
C - the value type.
All Implemented Interfaces:
MessageGroups<C>

public class SimpleMessageGroups<C> extends Object
Implementation of MessageGroups that simply uses a HashMap, this is the existing and default behaviour of message groups in artemis.

Effectively every Group Id is mapped raw, it also is unbounded.