From 200fade68ae218e24a911fcb6a072c86f3f592ef Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Tue, 07 Nov 2017 11:27:38 +0800 Subject: [PATCH] test --- src/main/resources/spring/rabbitmq.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/spring/rabbitmq.xml b/src/main/resources/spring/rabbitmq.xml index ae1e021..8a95633 100644 --- a/src/main/resources/spring/rabbitmq.xml +++ b/src/main/resources/spring/rabbitmq.xml @@ -31,7 +31,7 @@ <bean id="amqpMsgListener" class="com.moral.monitor.listener.TaskListener"/> - <rabbit:listener-container connection-factory="rabbitConnectionFactory" acknowledge="auto" concurrency="10"> + <rabbit:listener-container connection-factory="rabbitConnectionFactory" acknowledge="auto"> <rabbit:listener queues="devices_storage_data" ref="amqpMsgListener" /> </rabbit:listener-container> -- Gitblit v1.8.0