From commits-return-57949-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Tue Dec 3 14:59:22 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 58F46180629 for ; Tue, 3 Dec 2019 15:59:22 +0100 (CET) Received: (qmail 76584 invoked by uid 500); 3 Dec 2019 14:59:21 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 76575 invoked by uid 99); 3 Dec 2019 14:59:21 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2019 14:59:21 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 92D418D809; Tue, 3 Dec 2019 14:59:21 +0000 (UTC) Date: Tue, 03 Dec 2019 14:59:20 +0000 To: "commits@activemq.apache.org" Subject: [activemq-artemis] branch master updated (1fe910f -> 1ba1de4) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157538516048.9480.10383819883088783208@gitbox.apache.org> From: clebertsuconic@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: activemq-artemis X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1fe910f8ed2cb0870de04f5bee19c167912113ad X-Git-Newrev: 1ba1de42485bd72eb22740e8f4f5b2c12a204b5e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git. from 1fe910f This closes #2901 new 044319d ARTEMIS-2560 Duplicate amqp messages over cluster new 1ba1de4 This closes #2906 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/activemq/artemis/api/core/Message.java | 6 + .../artemis/core/message/impl/CoreMessage.java | 6 - .../artemis/protocol/amqp/broker/AMQPMessage.java | 9 +- .../amqp/broker/AMQPMessagePersisterV2.java | 2 +- .../AMQPMessageRedistributionTest.java | 158 +++++++++++++++++++++ 5 files changed, 173 insertions(+), 8 deletions(-) create mode 100644 tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/AMQPMessageRedistributionTest.java