提交 21b96ff8 编写于 作者: shuzheng5201314's avatar shuzheng5201314

每个mq消费者端启用4~10个并发

上级 72aadf6f
......@@ -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>
\ No newline at end of file
......@@ -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>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册