Author: norman
Date: Thu Apr 1 11:38:44 2010
New Revision: 929935
URL: http://svn.apache.org/viewvc?rev=929935&view=rev
Log:
use prefetch limit of 1 because we use a connection pool for jms
Modified:
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
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=929935&r1=929934&r2=929935&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
Thu Apr 1 11:38:44 2010
@@ -138,7 +138,7 @@
<property name="connectionFactory">
<bean class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL">
- <value>vm://localhost?broker.useJmx=false</value>
+
<value>vm://localhost?broker.useJmx=false&jms.prefetchPolicy.all=1</value>
</property>
</bean>
</property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]