监听器-注销废旧活动类监听器
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user