Commit 5d554b0b authored by 赵啸非's avatar 赵啸非

添加下发日志

parent 98c59ac9
......@@ -60,7 +60,7 @@ public class RabbitConfig {
container.setDefaultRequeueRejected(false);
//设置异常处理
//container.setErrorHandler(rabbitLoggingErrorHandler);
container.setErrorHandler(rabbitLoggingErrorHandler);
// 并发消费,不使用
// container.setConsumersPerQueue(3);
// container.setMaxConcurrentConsumers(10);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment