GitHub user fsgonz opened a pull request:
https://github.com/apache/activemq/pull/263
Race condition makes messages queued in the session be delivered before
messages queued in consumers. #256
Create new PR to trigger CI.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fsgonz/activemq master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/263.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 #263
----
commit 0411242fddb16edba38ead18fa99dd9a79a183bc
Author: Fabian Gonzalez <[email protected]>
Date: 2017-07-20T16:06:08Z
AMQ-6775: Race condition makes messages queued in the session be
delivered before messages queued in consumers.
commit 9fd86cda6827db1308ba006a71d6f1b0a9e71d77
Author: Fabian Gonzalez <[email protected]>
Date: 2017-08-24T15:25:50Z
Added test for AMQ-6775.
----
---