记得上下班打卡 | git大法好,push需谨慎

Commit 7f96996d authored by 张国柄's avatar 张国柄

+短信消费;

parent 50a5c15a
...@@ -59,7 +59,7 @@ public class ConsumerAdamSmsProcessor { ...@@ -59,7 +59,7 @@ public class ConsumerAdamSmsProcessor {
key = MQConst.RK_SMS_CODE, key = MQConst.RK_SMS_CODE,
value = @Queue(MQConst.QUEUES_SMS_CODE) value = @Queue(MQConst.QUEUES_SMS_CODE)
), ),
concurrency = "20" concurrency = "25"
) )
public void consumerSqlForSmsCode(Message msg, Channel channel) { public void consumerSqlForSmsCode(Message msg, Channel channel) {
this.consumerSmsSendHandler(msg, channel); this.consumerSmsSendHandler(msg, channel);
......
...@@ -59,7 +59,7 @@ public class ConsumerKylinSmsProcessor { ...@@ -59,7 +59,7 @@ public class ConsumerKylinSmsProcessor {
key = MQConst.RK_SMS_CODE, key = MQConst.RK_SMS_CODE,
value = @Queue(MQConst.QUEUES_SMS_CODE) value = @Queue(MQConst.QUEUES_SMS_CODE)
), ),
concurrency = "20" concurrency = "25"
) )
public void consumerSqlForSmsCode(Message msg, Channel channel) { public void consumerSqlForSmsCode(Message msg, Channel channel) {
this.consumerSmsSendHandler(msg, channel); this.consumerSmsSendHandler(msg, 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