You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/04 15:50:37 UTC

svn commit: r452889 - /incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml

Author: gnodet
Date: Wed Oct  4 06:50:36 2006
New Revision: 452889

URL: http://svn.apache.org/viewvc?view=rev&rev=452889
Log:
SM-670: including JMSFlow in default servicemix config

Modified:
    incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml

Modified: incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml?view=diff&rev=452889&r1=452888&r2=452889
==============================================================================
--- incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml (original)
+++ incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml Wed Oct  4 06:50:36 2006
@@ -54,6 +54,7 @@
       <sm:securedBroker authorizationMap="#authorizationMap">
         <sm:flows>
           <sm:sedaFlow />
+          <sm:jmsFlow jmsURL="tcp://localhost:61616" />
           <sm:jcaFlow connectionManager="#connectionManager"
                       jmsURL="tcp://localhost:61616" />
         </sm:flows>