From dev-return-67568-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Oct 11 03:49:20 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 47ECA180672 for ; Thu, 11 Oct 2018 03:49:20 +0200 (CEST) Received: (qmail 89508 invoked by uid 500); 11 Oct 2018 01:49:19 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 89497 invoked by uid 99); 11 Oct 2018 01:49:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2018 01:49:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4023FDFEA4; Thu, 11 Oct 2018 01:49:18 +0000 (UTC) From: alanprot To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq pull request #306: AMQ-7070 - Priority is not being respected when ... Content-Type: text/plain Date: Thu, 11 Oct 2018 01:49:18 +0000 (UTC) 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 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. ---- ---