fix cpu 100% and consumer now dont recive history message

This commit is contained in:
lnk
2025-03-26 10:51:18 +08:00
parent fa629ee071
commit e8b5f08c6b
2 changed files with 8 additions and 2 deletions

View File

@@ -28,6 +28,10 @@
//lnk20241209添加队列选择
#include <cstring>
//引入消费起点
#include "../include/rocketmq/DefaultMQPushConsumer.h"
#include "../include/rocketmq/ConsumeType.h"
// 引入提供的消费者接口头文件
#include "../include/rocketmq/CPushConsumer.h"
#include "../include/rocketmq/CCommon.h"