Interface MessageGroupMap
- All Known Implementing Classes:
CachedMessageGroupMap,MessageGroupHashBucket,SimpleMessageGroupMap
public interface MessageGroupMap
Represents a map of JMSXGroupID values to consumer IDs
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.command.ConsumerIdgetType()voidvoidremoveConsumer(org.apache.activemq.command.ConsumerId consumerId) org.apache.activemq.command.ConsumerIdremoveGroup(String groupId) voidsetDestination(Destination destination)
-
Method Details
-
put
-
get
-
removeGroup
-
removeConsumer
-
removeAll
void removeAll() -
getGroups
- Returns:
- a map of group names and associated consumer Id
-
getType
String getType() -
setDestination
-