|
@@ -977,7 +977,7 @@ public class MqLogicServiceImpl implements MqLogicService {
|
|
|
log.info(":{}-:{} 准备执行mq exec:{}逻辑", threadId, threadName, method.getName());
|
|
|
method.invoke(SpringContextHolder.getBean(MqLogicService.class), mqDto,
|
|
|
SystemConstant.MQ_TOPIC_BUFFER_LIST);
|
|
|
- return ConsumeConcurrentlyStatus.CONSUME_SUCCESS;
|
|
|
+// return ConsumeConcurrentlyStatus.CONSUME_SUCCESS;
|
|
|
} finally {
|
|
|
if (Objects.nonNull(mqDto)) {
|
|
|
redisUtil.releaseLock(SystemConstant.REDIS_LOCK_MQ_PREFIX + mqDto.getId());
|
|
@@ -1026,7 +1026,7 @@ public class MqLogicServiceImpl implements MqLogicService {
|
|
|
log.info(":{}-:{} 准备执行mq exec:{}逻辑", threadId, threadName, method.getName());
|
|
|
method.invoke(SpringContextHolder.getBean(MqLogicService.class), mqDto,
|
|
|
SystemConstant.MQ_DELAY_TOPIC_BUFFER_LIST);
|
|
|
- return ConsumeConcurrentlyStatus.CONSUME_SUCCESS;
|
|
|
+// return ConsumeConcurrentlyStatus.CONSUME_SUCCESS;
|
|
|
} finally {
|
|
|
if (Objects.nonNull(mqDto)) {
|
|
|
redisUtil.releaseLock(SystemConstant.REDIS_LOCK_MQ_PREFIX + mqDto.getId());
|