You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2006/11/01 02:49:17 UTC

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

Author: dain
Date: Tue Oct 31 17:49:17 2006
New Revision: 469746

URL: http://svn.apache.org/viewvc?view=rev&rev=469746
Log:
Don't add vm transport to ActiveMQ as it is automatically added and managed by ActiveMQ.  Adding it in this plan will cause an exception in startup and shutdown the server

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=469746&r1=469745&r2=469746
==============================================================================
--- geronimo/server/trunk/configs/activemq-broker/src/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/activemq-broker/src/plan/plan.xml Tue Oct 31 17:49:17 2006
@@ -59,13 +59,4 @@
         </reference>
     </gbean>
 
-    <gbean name="ActiveMQ.vm.default" class="org.apache.activemq.gbean.TransportConnectorGBeanImpl">
-        <attribute name="protocol">vm</attribute>
-        <attribute name="host">localhost</attribute>
-        <attribute name="port">-1</attribute>
-        <reference name="brokerService">
-            <name>ActiveMQ</name>
-        </reference>
-    </gbean>
-
 </module>