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
|
@ -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