Author: norman Date: Tue Apr 13 16:53:22 2010 New Revision: 933704 URL: http://svn.apache.org/viewvc?rev=933704&view=rev Log: After talkin to some activemq devs its safe to use "default" prefetch here
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=933704&r1=933703&r2=933704&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 Tue Apr 13 16:53:22 2010 @@ -138,7 +138,7 @@ <bean id="jmsConnectionFactory" class="org.apache.activemq.pool.PooledConnectionFactory" destroy-method="stop"> <property name="connectionFactory"> <bean class="org.apache.activemq.ActiveMQConnectionFactory"> - <property name="brokerURL" value="vm://localhost?broker.useJmx=false&jms.prefetchPolicy.all=1"/> + <property name="brokerURL" value="vm://localhost?broker.useJmx=false"/> </bean> </property> </bean> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org