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 0D763200CDF for ; Thu, 17 Aug 2017 17:11:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0C09516B1A5; Thu, 17 Aug 2017 15:11:35 +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 4E4F416B1A1 for ; Thu, 17 Aug 2017 17:11:34 +0200 (CEST) Received: (qmail 88656 invoked by uid 500); 17 Aug 2017 15:11:33 -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 88634 invoked by uid 99); 17 Aug 2017 15:11:33 -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, 17 Aug 2017 15:11:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CCBA0DFF9F; Thu, 17 Aug 2017 15:11:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbertram@apache.org To: commits@activemq.apache.org Date: Thu, 17 Aug 2017 15:11:32 -0000 Message-Id: <7266d2f21b264a19b4bfe7d36818baeb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq-artemis git commit: This closes #1464 archived-at: Thu, 17 Aug 2017 15:11:35 -0000 Repository: activemq-artemis Updated Branches: refs/heads/master 9cdff41da -> 952d835cb This closes #1464 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/952d835c Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/952d835c Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/952d835c Branch: refs/heads/master Commit: 952d835cb574e37e65c42644453b24ce2b572282 Parents: 9cdff41 654ea69 Author: Justin Bertram Authored: Thu Aug 17 10:11:21 2017 -0500 Committer: Justin Bertram Committed: Thu Aug 17 10:11:21 2017 -0500 ---------------------------------------------------------------------- .../core/protocol/mqtt/MQTTProtocolHandler.java | 25 ++++++++++++++++++++ .../mqtt/example/InterceptorExample.java | 6 ++--- .../mqtt/example/SimpleMQTTInterceptor.java | 9 +++++++ .../main/resources/activemq/server0/broker.xml | 4 ++++ 4 files changed, 41 insertions(+), 3 deletions(-) ----------------------------------------------------------------------