1.mq新增消费组

2.用户组件功能调整
This commit is contained in:
2023-09-07 09:45:44 +08:00
parent a44659ce98
commit 13e1c85c79
6 changed files with 24 additions and 1 deletions

View File

@@ -46,4 +46,9 @@ public interface AppRedisKey {
*/
String RMQ_CONSUME_KEY="rocketMQConsumeKey:";
/**
* rocketMQ消费文件key
*/
String RMQ_FILE_CONSUME_KEY="rocketMQFileConsumeKey:";
}