Update spring pooled bean and config files to use non-deprecated calls.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1453921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-03-07 15:42:18 +00:00
parent 5bc37afb3b
commit 5abd154e19
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
<!-- match maxConnections to the number of routes that share the connection factory -->
<property name="maxConnections" value="10"/>
<!-- match maximumActive (which is active sessions) >= concurrentConsumers in the MLC -->
<property name="maximumActive" value="1"/>
<property name="maximumActiveSessionPerConnection" value="1"/>
<property name="connectionFactory" ref="vhfBatchListenerJMSConnectionFactory"/>
</bean>