You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2008/04/16 04:49:00 UTC

svn commit: r648485 - /servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/release/conf/servicemix.properties

Author: bsnyder
Date: Tue Apr 15 19:48:57 2008
New Revision: 648485

URL: http://svn.apache.org/viewvc?rev=648485&view=rev
Log:
SM-1302 - Make failover:// transport the default protocol used in ServiceMix

Modified:
    servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/release/conf/servicemix.properties

Modified: servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/release/conf/servicemix.properties
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/release/conf/servicemix.properties?rev=648485&r1=648484&r2=648485&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/release/conf/servicemix.properties (original)
+++ servicemix/smx3/branches/servicemix-3.2/distributions/apache-servicemix/src/main/release/conf/servicemix.properties Tue Apr 15 19:48:57 2008
@@ -27,7 +27,7 @@
 
 activemq.port              = 61616
 activemq.host              = localhost
-activemq.url               = tcp://${activemq.host}:${activemq.port}
+activemq.url               = failover://${activemq.host}:${activemq.port}
 
 servicemix.corePoolSize    = 4
 servicemix.maximumPoolSize = 32