Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 03F7F200D53 for ; Tue, 5 Dec 2017 13:15:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 025D6160C1B; Tue, 5 Dec 2017 12:15:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3EF5A160C0A for ; Tue, 5 Dec 2017 13:15:32 +0100 (CET) Received: (qmail 68987 invoked by uid 500); 5 Dec 2017 12:15:31 -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 68975 invoked by uid 99); 5 Dec 2017 12:15:31 -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; Tue, 05 Dec 2017 12:15:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C9B93E0219; Tue, 5 Dec 2017 12:15:29 +0000 (UTC) From: andytaylor To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #1687: ARTEMIS-1535 - settle delivery in same ... Content-Type: text/plain Date: Tue, 5 Dec 2017 12:15:29 +0000 (UTC) archived-at: Tue, 05 Dec 2017 12:15:33 -0000 GitHub user andytaylor opened a pull request: https://github.com/apache/activemq-artemis/pull/1687 ARTEMIS-1535 - settle delivery in same lock as sending the disposition https://issues.apache.org/jira/browse/ARTEMIS-1535 You can merge this pull request into a Git repository by running: $ git pull https://github.com/andytaylor/activemq-artemis ARTEMIS-1535 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/1687.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 #1687 ---- commit 21e572c5816850d6c72b82d62e80114aec363a0b Author: Andy Taylor Date: 2017-12-05T12:12:54Z ARTEMIS-1535 - settle delivery in same lock as sending the disposition https://issues.apache.org/jira/browse/ARTEMIS-1535 ---- ---