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 BFDA4200CFD for ; Wed, 6 Sep 2017 12:59:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BEA44160BD5; Wed, 6 Sep 2017 10:59:20 +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 37149160BCB for ; Wed, 6 Sep 2017 12:59:20 +0200 (CEST) Received: (qmail 30983 invoked by uid 500); 6 Sep 2017 10:59:19 -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 30973 invoked by uid 99); 6 Sep 2017 10:59:19 -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; Wed, 06 Sep 2017 10:59:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CD825E0395; Wed, 6 Sep 2017 10:59:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: andytaylor@apache.org To: commits@activemq.apache.org Date: Wed, 06 Sep 2017 10:59:17 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #1512 ARTEMIS-1387 Fix AMQPtoMQTT and Link route issues archived-at: Wed, 06 Sep 2017 10:59:20 -0000 This closes #1512 ARTEMIS-1387 Fix AMQPtoMQTT and Link route issues Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/f8ccb6d3 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/f8ccb6d3 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/f8ccb6d3 Branch: refs/heads/master Commit: f8ccb6d31dbe5ec1016c753cbd035de15c912a2d Parents: 125bd41 16dfd77 Author: Andy Taylor Authored: Wed Sep 6 11:58:52 2017 +0100 Committer: Andy Taylor Committed: Wed Sep 6 11:58:52 2017 +0100 ---------------------------------------------------------------------- .../activemq/artemis/api/core/ICoreMessage.java | 2 +- .../activemq/artemis/api/core/Message.java | 2 +- .../core/protocol/mqtt/MQTTPublishManager.java | 8 ++--- .../core/protocol/mqtt/MQTTSessionCallback.java | 4 +-- .../artemis/core/protocol/mqtt/MQTTUtil.java | 4 +++ .../impl/openmbean/OpenTypeSupport.java | 2 +- .../integration/mqtt/imported/MQTTTest.java | 37 ++++++++++++++++++++ 7 files changed, 49 insertions(+), 10 deletions(-) ----------------------------------------------------------------------