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 9715B200B9D for ; Wed, 28 Sep 2016 18:18:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 95CCD160AB8; Wed, 28 Sep 2016 16:18:48 +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 D5CC0160AD3 for ; Wed, 28 Sep 2016 18:18:47 +0200 (CEST) Received: (qmail 91881 invoked by uid 500); 28 Sep 2016 16:18:47 -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 91784 invoked by uid 99); 28 Sep 2016 16:18:47 -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, 28 Sep 2016 16:18:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D3896E08AC; Wed, 28 Sep 2016 16:18:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Wed, 28 Sep 2016 16:18:47 -0000 Message-Id: In-Reply-To: <9defb7767bcf4340b41f49c85a671c36@git.apache.org> References: <9defb7767bcf4340b41f49c85a671c36@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: ARTEMIS-757 Fix STOMP with interceptor example archived-at: Wed, 28 Sep 2016 16:18:48 -0000 ARTEMIS-757 Fix STOMP with interceptor example Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/aca17336 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/aca17336 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/aca17336 Branch: refs/heads/master Commit: aca17336603f7738b9d7d8350138021f6887d154 Parents: bfbe68f Author: Martyn Taylor Authored: Wed Sep 28 11:59:18 2016 +0100 Committer: Clebert Suconic Committed: Wed Sep 28 12:18:27 2016 -0400 ---------------------------------------------------------------------- .../src/main/resources/activemq/server0/broker.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/aca17336/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml ---------------------------------------------------------------------- diff --git a/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml b/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml index 132bcec..c755305 100644 --- a/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml +++ b/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml @@ -37,13 +37,6 @@ under the License. ./data/paging - - -
-
-
- - org.apache.activemq.artemis.jms.example.MyStompInterceptor org.apache.activemq.artemis.jms.example.RegularInterceptor