Commit cd61b8f9 authored by yanzg's avatar yanzg

消息队列服务

parent 9d8e6f25
...@@ -24,7 +24,7 @@ public class MessageInitPlan implements ThreadNext.Next, Runnable { ...@@ -24,7 +24,7 @@ public class MessageInitPlan implements ThreadNext.Next, Runnable {
@Value("${yzg.mq.retry.size:100}") @Value("${yzg.mq.retry.size:100}")
private int retrySize; private int retrySize;
@Value("${yzg.mq.retry.time:1000}") @Value("${yzg.mq.retry.time:60000}")
private int retryTime; private int retryTime;
public MessageInitPlan() { public MessageInitPlan() {
......
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