Commit 3f20c8ee by 徐高华

好办mq

parent d487f103
......@@ -31,7 +31,7 @@ public class HaobanCommonMQApiServiceImpl implements HaobanCommonMQApiService {
String message = JSONObject.toJSONString(dto);
log.info("加入好办通用队列params={}",message);
try {
mqClient.sendCommonMessage("marketingCommonRouter", message,
mqClient.sendCommonMessage("haobanCommonRouter", message,
"com.gic.haoban.manage.api.service.HaobanCommonMQApiService", "commonHandler");
} catch (Exception e) {
log.error("发送MQ异常");
......
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