From commits-return-54817-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Tue Jan 22 11:59:32 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D578918077A for ; Tue, 22 Jan 2019 11:59:31 +0100 (CET) Received: (qmail 17570 invoked by uid 500); 22 Jan 2019 10:59:31 -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 17476 invoked by uid 99); 22 Jan 2019 10:59:30 -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, 22 Jan 2019 10:59:30 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 36B43876B0; Tue, 22 Jan 2019 10:59:30 +0000 (UTC) Date: Tue, 22 Jan 2019 10:59:31 +0000 To: "commits@activemq.apache.org" Subject: [activemq-artemis] 02/04: Add Interceptor Example MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: nigrofranz@apache.org In-Reply-To: <154815476983.10160.15156067880999567920@gitbox.apache.org> References: <154815476983.10160.15156067880999567920@gitbox.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-Rev: 569ce9d8a313cd1282f1c9b3cf4c8234768b4e49 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190122105930.36B43876B0@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. nigrofranz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git commit 569ce9d8a313cd1282f1c9b3cf4c8234768b4e49 Author: Martyn Taylor AuthorDate: Fri Dec 14 14:20:38 2018 +0000 Add Interceptor Example --- examples/features/standard/interceptor-client/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/features/standard/interceptor-client/pom.xml b/examples/features/standard/interceptor-client/pom.xml index d6bdd53..354fc5f 100644 --- a/examples/features/standard/interceptor-client/pom.xml +++ b/examples/features/standard/interceptor-client/pom.xml @@ -37,6 +37,11 @@ under the License. + org.apache.activemq.examples.broker + interceptor + ${project.version} + + org.apache.activemq artemis-jms-client-all ${project.version}