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 6CE09200C16 for ; Thu, 9 Feb 2017 12:36:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6B9DF160B6B; Thu, 9 Feb 2017 11:36:51 +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 DBEFB160B50 for ; Thu, 9 Feb 2017 12:36:50 +0100 (CET) Received: (qmail 31939 invoked by uid 500); 9 Feb 2017 11:36:50 -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 31916 invoked by uid 99); 9 Feb 2017 11:36:50 -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, 09 Feb 2017 11:36:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CB62ADF9AB; Thu, 9 Feb 2017 11:36:49 +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: Thu, 09 Feb 2017 11:36:51 -0000 Message-Id: <989fbf7bb7b5477f801f6452a613bf44@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] activemq-artemis git commit: This closes #1002 gitkMqtt ack clean session archived-at: Thu, 09 Feb 2017 11:36:51 -0000 This closes #1002 gitkMqtt ack clean session Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8a88a566 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8a88a566 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8a88a566 Branch: refs/heads/master Commit: 8a88a56693e8f75b6f51152c0c3be5f4c5dc95eb Parents: 20737cb cd28d76 Author: Andy Taylor Authored: Thu Feb 9 11:36:13 2017 +0000 Committer: Andy Taylor Committed: Thu Feb 9 11:36:13 2017 +0000 ---------------------------------------------------------------------- .../protocol/mqtt/MQTTConnectionManager.java | 52 +++++++++++--------- .../core/protocol/mqtt/MQTTPublishManager.java | 14 ++++-- .../artemis/core/protocol/mqtt/MQTTSession.java | 28 +++++++++-- .../core/protocol/mqtt/MQTTSessionState.java | 46 ++++++++--------- .../protocol/mqtt/MQTTSubscriptionManager.java | 28 ++++++----- .../artemis/core/protocol/mqtt/MQTTUtil.java | 2 +- .../integration/mqtt/imported/MQTTTest.java | 1 + .../mqtt/imported/MQTTTestSupport.java | 5 ++ 8 files changed, 109 insertions(+), 67 deletions(-) ----------------------------------------------------------------------