Commit b4f5c796 authored by yanzg's avatar yanzg

升级新版本

parent c26c1551
...@@ -132,7 +132,7 @@ public class MqServiceImpl implements MqService { ...@@ -132,7 +132,7 @@ public class MqServiceImpl implements MqService {
if (StringHelper.isEmpty(exchangeName, routeKey)) { if (StringHelper.isEmpty(exchangeName, routeKey)) {
return; return;
} }
this.message(new MessageVo(exchangeName, routeKey, message, dedTime)); this.message(new MessageVo(exchangeName, routeKey, message, dedTime, MessageVo.DED_TIME_TYPE_PRIVATE));
} finally { } finally {
this.basicAck(messageBody, channel); this.basicAck(messageBody, channel);
} }
......
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