完成redisstream前置生产和消费功能

This commit is contained in:
lnk
2026-06-30 14:19:27 +08:00
parent ae911b46e5
commit d69c823575
5 changed files with 2293 additions and 36 deletions

View File

@@ -74,6 +74,7 @@ unix {
include(fe_common.pri)
SOURCES += source/mms/event2.c
INCLUDEPATH += ./source/include/apr-linux
INCLUDEPATH += /FeProject/include
LIBS += -L/FeProject/lib
LIBS += -L/FeProject/lib/pgodbc
DEFINES += DEBUG_SISCO
@@ -107,7 +108,7 @@ unix {
LIBS += -lhttprun
LIBS += -llog4cplus
LIBS += -lhiredis
LIBS += -lz
LIBS += /FeProject/lib/libz.a
}
#install
@@ -138,7 +139,6 @@ HEADERS += source/mms/db_interface.h \
source/rocketmq/SimpleProducer.h \
source/cfg_parse/custom_printf.h \
source/log4cplus/log4.h \
source/redisstream/mq_compat.h \
source/redisstream/RedisStreamMQ.h
SOURCES += source/mms/main.c \