You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/04/11 17:47:31 UTC

svn commit: r527537 - /incubator/qpid/branches/M2/java/broker/etc/config.xml

Author: ritchiem
Date: Wed Apr 11 08:47:30 2007
New Revision: 527537

URL: http://svn.apache.org/viewvc?view=rev&rev=527537
Log:
QPID-446 Update to contain jmx config settings.

Modified:
    incubator/qpid/branches/M2/java/broker/etc/config.xml

Modified: incubator/qpid/branches/M2/java/broker/etc/config.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/etc/config.xml?view=diff&rev=527537&r1=527536&r2=527537
==============================================================================
--- incubator/qpid/branches/M2/java/broker/etc/config.xml (original)
+++ incubator/qpid/branches/M2/java/broker/etc/config.xml Wed Apr 11 08:47:30 2007
@@ -81,6 +81,10 @@
         <access>
             <class>org.apache.qpid.server.security.access.AllowAll</class>
         </access>
+        <jmx>
+            <access>${conf}/jmxremote.access</access>
+            <principal-database>passwordfile</principal-database>
+        </jmx>        
     </security>
 
     <virtualhosts>