监听器-注销废旧活动类监听器

This commit is contained in:
khalil
2024-11-06 18:20:12 +08:00
parent 0586c2a913
commit 83a7d93e8b
29 changed files with 31 additions and 31 deletions

View File

@@ -18,7 +18,7 @@ import org.springframework.stereotype.Component;
* 线性奖池中奖消息
*/
@Slf4j
@Component
//@Component
@ConditionalOnProperty(name = "spring.application.name", havingValue = "web")
@RocketMQMessageListener(topic = MqConstant.LINEARLY_POOL_TOPIC, consumerGroup = MqConstant.LINEARLY_POOL_CONSUME_GROUP, consumeMode = ConsumeMode.ORDERLY)
public class LinearlyPoolPrizeMessageConsumer extends AbstractMessageListener<LinearlyPoolPrizeMessage> {