[activemq] 01/02: Disable JMX by default (Closes: #769887)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 21 13:21:08 GMT 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository activemq.

commit e9d155bb05fd401100b093f2ff6f83b09bb17a55
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 21 14:01:04 2014 +0100

    Disable JMX by default (Closes: #769887)
---
 debian/activemq.xml | 1 +
 debian/changelog    | 7 +++++++
 debian/main.xml     | 1 +
 3 files changed, 9 insertions(+)

diff --git a/debian/activemq.xml b/debian/activemq.xml
index c774d04..3aafb95 100644
--- a/debian/activemq.xml
+++ b/debian/activemq.xml
@@ -25,6 +25,7 @@
     <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
     
     <broker xmlns="http://activemq.apache.org/schema/core"
+            useJmx="false"
             brokerName="localhost"
             dataDirectory="${activemq.base}/data">
 
diff --git a/debian/changelog b/debian/changelog
index 1914bd0..43d58bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+activemq (5.6.0+dfsg1-3) unstable; urgency=high
+
+  * Team upload.
+  * Disable JMX by default (Closes: #769887)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 21 Nov 2014 13:12:01 +0100
+
 activemq (5.6.0+dfsg1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/main.xml b/debian/main.xml
index c774d04..3aafb95 100644
--- a/debian/main.xml
+++ b/debian/main.xml
@@ -25,6 +25,7 @@
     <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
     
     <broker xmlns="http://activemq.apache.org/schema/core"
+            useJmx="false"
             brokerName="localhost"
             dataDirectory="${activemq.base}/data">
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq.git



More information about the pkg-java-commits mailing list