You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/01/04 10:25:44 UTC

svn commit: r365871 - /incubator/servicemix/trunk/servicemix-assembly/src/main/release/conf/activemq.xml

Author: gnodet
Date: Wed Jan  4 01:25:38 2006
New Revision: 365871

URL: http://svn.apache.org/viewcvs?rev=365871&view=rev
Log:
Fix jmx problem : the mbean server was created by activemq, so that the remote connector was not created anymore

Modified:
    incubator/servicemix/trunk/servicemix-assembly/src/main/release/conf/activemq.xml

Modified: incubator/servicemix/trunk/servicemix-assembly/src/main/release/conf/activemq.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/src/main/release/conf/activemq.xml?rev=365871&r1=365870&r2=365871&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/src/main/release/conf/activemq.xml (original)
+++ incubator/servicemix/trunk/servicemix-assembly/src/main/release/conf/activemq.xml Wed Jan  4 01:25:38 2006
@@ -1,7 +1,7 @@
 <!-- START SNIPPET: xbean -->
 <beans xmlns="http://activemq.org/config/1.0">
   
-  <broker useJmx="true">
+  <broker useJmx="false">
 
     <persistenceAdapter>
       <journaledJDBC journalLogFiles="5" dataDirectory="./data"/>