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 2009/08/10 13:04:58 UTC

svn commit: r802736 - /servicemix/components/bindings/servicemix-jms/trunk/src/main/resources/META-INF/spring/servicemix-jms.xml

Author: lhein
Date: Mon Aug 10 11:04:58 2009
New Revision: 802736

URL: http://svn.apache.org/viewvc?rev=802736&view=rev
Log:
fixed SMXCOMP-607

Modified:
    servicemix/components/bindings/servicemix-jms/trunk/src/main/resources/META-INF/spring/servicemix-jms.xml

Modified: servicemix/components/bindings/servicemix-jms/trunk/src/main/resources/META-INF/spring/servicemix-jms.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-jms/trunk/src/main/resources/META-INF/spring/servicemix-jms.xml?rev=802736&r1=802735&r2=802736&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-jms/trunk/src/main/resources/META-INF/spring/servicemix-jms.xml (original)
+++ servicemix/components/bindings/servicemix-jms/trunk/src/main/resources/META-INF/spring/servicemix-jms.xml Mon Aug 10 11:04:58 2009
@@ -72,7 +72,7 @@
         </osgi:service-properties>
     </osgi:service>
 
-    <osgix:cm-properties id="cmProps" persistent-id="servicemix-jms">
+    <osgix:cm-properties id="cmProps" persistent-id="org.apache.servicemix.components.jms">
         <prop key="threadPoolCorePoolSize">8</prop>
         <prop key="threadPoolMaximumPoolSize">32</prop>
         <prop key="threadPoolQueueSize">256</prop>