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

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

Author: lhein
Date: Wed Apr 16 02:38:43 2008
New Revision: 648646

URL: http://svn.apache.org/viewvc?rev=648646&view=rev
Log:
- reverted the change because it causes servicemix to hang at startup

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=648646&r1=648645&r2=648646&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 Wed Apr 16 02:38:43 2008
@@ -27,7 +27,7 @@
 
 activemq.port              = 61616
 activemq.host              = localhost
-activemq.url               = failover://${activemq.host}:${activemq.port}
+activemq.url               = tcp://${activemq.host}:${activemq.port}
 
 servicemix.corePoolSize    = 4
 servicemix.maximumPoolSize = 32