GitHub user alanprot opened a pull request:
https://github.com/apache/activemq/pull/306
AMQ-7070 - Priority is not being respected when the cursor cache flips
Messages are being dispatched with wrong priority when the cache is flipped.
All messages that could get cached in the cursor are dispatched before even
though massages with higher priority is in the cache.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alanprot/activemq master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/306.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 #306
----
commit 4eaa0538d15da60caf170d1f099d2c6ca71a78b8
Author: Alan Protasio <alanprot@...>
Date: 2018-10-09T21:59:02Z
AMQ-7070 - Priority is not being respected when the cursor cache flips
Messages are being dispatched with wrong priority when the cache is flipped.
All messages that could get cached in the cursor are dispatched before even
though massages with higher priority is in the cache.
----
---