You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/06/26 04:19:13 UTC

svn commit: r550660 - /geronimo/server/trunk/configs/activemq-broker/src/plan/plan.xml

Author: dwoods
Date: Mon Jun 25 19:19:13 2007
New Revision: 550660

URL: http://svn.apache.org/viewvc?view=rev&rev=550660
Log:
GERONIMO-3148 Fixed comment on how to use brokerUri, but did not include the missing Spring dependencies for now...

Modified:
    geronimo/server/trunk/configs/activemq-broker/src/plan/plan.xml

Modified: geronimo/server/trunk/configs/activemq-broker/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/activemq-broker/src/plan/plan.xml?view=diff&rev=550660&r1=550659&r2=550660
==============================================================================
--- geronimo/server/trunk/configs/activemq-broker/src/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/activemq-broker/src/plan/plan.xml Mon Jun 25 19:19:13 2007
@@ -24,9 +24,9 @@
 
     <gbean name="ActiveMQ" class="org.apache.geronimo.activemq.BrokerServiceGBeanImpl">
         <!-- Instead of using the limited configuration syntax in this file,
-             you can set the brokerURI property to externally specify the configuration for 
-             the broker.
-        <attribute name="brokerURI">xbean:file:/path/to/activemq.xml</attribute>
+             you can set the brokerUri property to externally specify the
+             configuration for the broker.
+        <attribute name="brokerUri">xbean:file:/path/to/activemq.xml</attribute>
         -->
         <!--
         <attribute name="brokerName">possibly-unique-broker</attribute>