Interface MessageGroupMap

    • Method Detail

      • put

        void put​(String groupId,
                 org.apache.activemq.command.ConsumerId consumerId)
      • get

        org.apache.activemq.command.ConsumerId get​(String groupId)
      • removeGroup

        org.apache.activemq.command.ConsumerId removeGroup​(String groupId)
      • removeConsumer

        MessageGroupSet removeConsumer​(org.apache.activemq.command.ConsumerId consumerId)
      • removeAll

        void removeAll()
      • getGroups

        Map<String,​String> getGroups()
        Returns:
        a map of group names and associated consumer Id
      • setDestination

        void setDestination​(Destination destination)