GitHub user cshannon opened a pull request:
https://github.com/apache/activemq-artemis/pull/2012
ARTEMIS-1803 - Add sessionId to MessageReference
Track the sessionId along with the consumerId in a MessageReference when
appropriate in order to figure out which consumer the reference belongs
to
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1803
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2012.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 #2012
----
commit 262cac9f0b8b581b56bda6219bd43b7922edf6c9
Author: Christopher L. Shannon (cshannon) <christopher.l.shannon@...>
Date: 2018-04-12T11:05:16Z
ARTEMIS-1803 - Add sessionId to MessageReference
Track the sessionId along with the consumerId in a MessageReference when
appropriate in order to figure out which consumer the reference belongs
to
----
---