Author: norman
Date: Wed Apr 14 06:35:41 2010
New Revision: 933862

URL: http://svn.apache.org/viewvc?rev=933862&view=rev
Log:
After doing some more tests we should adjust some settings here.. I was able to 
spool 100000 mails in 9 minutes here with this settings on my mac.. :)

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/activemq.xml
    james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml

Modified: 
james/server/trunk/spring-deployment/src/main/config/james/activemq.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/activemq.xml?rev=933862&r1=933861&r2=933862&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/activemq.xml 
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/activemq.xml Wed 
Apr 14 06:35:41 2010
@@ -55,7 +55,7 @@
                     <vmCursor />
                   </pendingSubscriberPolicy>
                 </policyEntry>
-                <policyEntry queue=">" producerFlowControl="true" 
memoryLimit="1mb">
+                <policyEntry queue=">" producerFlowControl="false" 
memoryLimit="20mb">
                   <!-- Use VM cursor for better latency
                        For more information, see:
                        

Modified: 
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=933862&r1=933861&r2=933862&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml 
Wed Apr 14 06:35:41 2010
@@ -129,7 +129,7 @@
     
     <!-- Build the camelroute from the spoolmanager.xml using ActiveMQ as 
producer and consumer-->
     <bean id="spoolmanager" name="processorRoute" 
class="org.apache.james.transport.camel.ActiveMQProcessorRouteBuilder">
-        <property name="maxConcurrentConsumers" value="20"/>
+        <property name="maxConcurrentConsumers" value="200"/>
     </bean>
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to