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

@ -5,9 +5,9 @@
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -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>