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

更新下发消息为线程池发送

parent 763253c6
...@@ -85,7 +85,7 @@ public class RabbitConfig { ...@@ -85,7 +85,7 @@ public class RabbitConfig {
@Override @Override
public void confirm(CorrelationData correlationData, boolean ack, String cause) { public void confirm(CorrelationData correlationData, boolean ack, String cause) {
// 发送消息的时候发送的业务id // 发送消息的时候发送的业务id
log.info("发送消息id:{},ack:{},cause:{}",correlationData.getId(),ack,cause); log.info("发送消息id:{},ack:{}",correlationData.getId(),ack);
// 时候发送成功,即ACK // 时候发送成功,即ACK
//log.info(ack); //log.info(ack);
// 发送失败的原因 // 发送失败的原因
......
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