You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2011/08/22 14:22:41 UTC

svn commit: r1160236 - /servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/activemq.xml

Author: ffang
Date: Mon Aug 22 12:22:40 2011
New Revision: 1160236

URL: http://svn.apache.org/viewvc?rev=1160236&view=rev
Log:
[SM-2119]Hardcoded parameters are used instead of ones in property files in default configuration

Modified:
    servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/activemq.xml

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/activemq.xml?rev=1160236&r1=1160235&r2=1160236&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/activemq.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/src/main/release/conf/activemq.xml Mon Aug 22 12:22:40 2011
@@ -47,7 +47,7 @@
             is not on a network, which may prevent the broker to start.
             In such a case, just remove the discoveryUri attribute.  
          -->
-       <amq:transportConnector uri="tcp://localhost:61616" discoveryUri="multicast://default"/>
+       <amq:transportConnector uri="${activemq.url}" discoveryUri="multicast://default"/>
     </amq:transportConnectors>
     
     <amq:networkConnectors>