[ 
https://issues.apache.org/jira/browse/ARTEMIS-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679964#comment-16679964
 ] 

ASF GitHub Bot commented on ARTEMIS-2142:
-----------------------------------------

Github user michaelandrepearce commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/2387#discussion_r231956436
  
    --- Diff: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java
 ---
    @@ -289,6 +289,12 @@ public SimpleString getGroupID() {
           return this.getSimpleStringProperty(Message.HDR_GROUP_ID);
        }
     
    +   @Override
    +   public int getGroupSequence() {
    +      final Integer integer = 
this.getIntProperty(Message.HDR_GROUP_SEQUENCE);
    --- End diff --
    
    The regression introduced new, is fixed by 
https://github.com/apache/activemq-artemis/pull/2418
    
    So the new regressions will go if/when that pr is merged


> Support JMSXGroupSeq -1 to close/reset Groups
> ---------------------------------------------
>
>                 Key: ARTEMIS-2142
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2142
>             Project: ActiveMQ Artemis
>          Issue Type: Sub-task
>            Reporter: Michael Andre Pearce
>            Assignee: Michael Andre Pearce
>            Priority: Major
>
> Support Closing groups as per ActiveMQ 5 , 
> [http://activemq.apache.org/message-groups.html] using -1 on groupsequence to 
> as the signal



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to