队列问题
This commit is contained in:
parent
c5fc5dfff2
commit
3d53e2fed4
|
|
@ -30,7 +30,7 @@ import java.util.Objects;
|
|||
*/
|
||||
@Slf4j
|
||||
@Component
|
||||
//@RocketMQMessageListener(topic = ServiceConstant.QUEUE_NAME, consumerGroup = ServiceConstant.SYSTEM_CONSUMER_GROUP)
|
||||
@RocketMQMessageListener(topic = ServiceConstant.QUEUE_NAME, consumerGroup = ServiceConstant.SYSTEM_CONSUMER_GROUP)
|
||||
public class LogConsumerService implements RocketMQListener<SysLogEntity> {
|
||||
@Resource
|
||||
private SysLogService logService;
|
||||
|
|
|
|||
Loading…
Reference in New Issue