Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEE13180AE for ; Thu, 28 Jan 2016 18:51:30 +0000 (UTC) Received: (qmail 95274 invoked by uid 500); 28 Jan 2016 18:51:21 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 95171 invoked by uid 500); 28 Jan 2016 18:51:21 -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 95155 invoked by uid 99); 28 Jan 2016 18:51:21 -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, 28 Jan 2016 18:51:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1C0DBE0BB2; Thu, 28 Jan 2016 18:51:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@activemq.apache.org Date: Thu, 28 Jan 2016 18:51:22 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq git commit: AMQ-6149: Lets pre-configure jolokia in the broker AMQ-6149: Lets pre-configure jolokia in the broker Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/09e748d9 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/09e748d9 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/09e748d9 Branch: refs/heads/activemq-5.12.x Commit: 09e748d959a1b2adafc0c726fe4fdc7ce3b4c47d Parents: 5c89397 Author: Claus Ibsen Authored: Thu Jan 28 19:45:15 2016 +0100 Committer: Claus Ibsen Committed: Thu Jan 28 19:51:09 2016 +0100 ---------------------------------------------------------------------- .../api/WEB-INF/classes/jolokia-access.xml | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/09e748d9/assembly/src/release/webapps/api/WEB-INF/classes/jolokia-access.xml ---------------------------------------------------------------------- diff --git a/assembly/src/release/webapps/api/WEB-INF/classes/jolokia-access.xml b/assembly/src/release/webapps/api/WEB-INF/classes/jolokia-access.xml new file mode 100644 index 0000000..09f29a4 --- /dev/null +++ b/assembly/src/release/webapps/api/WEB-INF/classes/jolokia-access.xml @@ -0,0 +1,34 @@ + + + + + + + + com.sun.management:type=DiagnosticCommand + * + * + + + com.sun.management:type=HotSpotDiagnostic + * + * + + + + \ No newline at end of file