org.apache.activemq.broker.region.group
Class SimpleMessageGroupMap
java.lang.Object
org.apache.activemq.broker.region.group.SimpleMessageGroupMap
- All Implemented Interfaces:
- MessageGroupMap
public class SimpleMessageGroupMap
- extends Object
- implements MessageGroupMap
A simple implementation which tracks every individual GroupID value but
which can become a memory leak if clients die before they complete a message
group.
SimpleMessageGroupMap
public SimpleMessageGroupMap()
put
public void put(String groupId,
ConsumerId consumerId)
- Specified by:
put in interface MessageGroupMap
get
public ConsumerId get(String groupId)
- Specified by:
get in interface MessageGroupMap
removeGroup
public ConsumerId removeGroup(String groupId)
- Specified by:
removeGroup in interface MessageGroupMap
removeConsumer
public MessageGroupSet removeConsumer(ConsumerId consumerId)
- Specified by:
removeConsumer in interface MessageGroupMap
removeAll
public void removeAll()
- Specified by:
removeAll in interface MessageGroupMap
getGroups
public Map<String,String> getGroups()
- Specified by:
getGroups in interface MessageGroupMap
- Returns:
- a map of group names and associated consumer Id
getType
public String getType()
- Specified by:
getType in interface MessageGroupMap
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.