public interface MessageGroupMap
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.command.ConsumerId |
get(String groupId) |
Map<String,String> |
getGroups() |
String |
getType() |
void |
put(String groupId,
org.apache.activemq.command.ConsumerId consumerId) |
void |
removeAll() |
MessageGroupSet |
removeConsumer(org.apache.activemq.command.ConsumerId consumerId) |
org.apache.activemq.command.ConsumerId |
removeGroup(String groupId) |
void |
setDestination(Destination destination) |
org.apache.activemq.command.ConsumerId removeGroup(String groupId)
MessageGroupSet removeConsumer(org.apache.activemq.command.ConsumerId consumerId)
void removeAll()
void setDestination(Destination destination)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.