michaelandrepearce commented on a change in pull request #2548: ARTEMIS-2118 
Enhanced Message Groups Support
URL: https://github.com/apache/activemq-artemis/pull/2548#discussion_r256617515
 
 

 ##########
 File path: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java
 ##########
 @@ -3347,6 +3346,16 @@ public void onError(int errorCode, String errorMessage) 
{
 
    }
 
+   public static Map<SimpleString, Consumer> groupMap(int groupBuckets) {
+      if (groupBuckets == -1) {
+         return new HashMap<>();
 
 Review comment:
   No we cant the key is simplestring

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to