mirror of https://github.com/apache/activemq.git
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:
parent
5bc37afb3b
commit
5abd154e19
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue