GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2387
ARTEMIS-2142 Support JMSXGroupSeq -1to close/reset group
Add test cases
Add GroupSequence to Message Interface
Implement Support closing/reset group in queue impl
Change/Fix OpenWireMessageConverter to use default of 0 if not set, for
OpenWire as per documentation
http://activemq.apache.org/activemq-message-properties.html
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-2142
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2387.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2387
----
commit 75df0dec3e4b02e4a90cdcceaf553c511ba2a483
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-10-22T15:31:00Z
ARTEMIS-2142 Support JMSXGroupSeq -1to close/reset group
Add test cases
Add GroupSequence to Message Interface
Implement Support closing/reset group in queue impl
Change/Fix OpenWireMessageConverter to use default of 0 if not set, for
OpenWire as per documentation
http://activemq.apache.org/activemq-message-properties.html
----
---