每个mq消费者端启用4~10个并发
This commit is contained in:
parent
72aadf6fa8
commit
21b96ff84f
|
@ -28,6 +28,7 @@
|
|||
<property name="connectionFactory" ref="connectionFactory"/>
|
||||
<property name="destination" ref="defaultQueueDestination"/>
|
||||
<property name="messageListener" ref="defaultQueueMessageListener"/>
|
||||
<property name="concurrency" value="4-10"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
|
@ -40,6 +40,7 @@
|
|||
<property name="connectionFactory" ref="connectionFactory"/>
|
||||
<property name="destination" ref="defaultQueueDestination"/>
|
||||
<property name="messageListener" ref="defaultQueueMessageListener"/>
|
||||
<property name="concurrency" value="4-10"/>
|
||||
</bean>
|
||||
|
||||
</beans>
|
Loading…
Reference in New Issue