集成rocketMq消息队列收发消息

This commit is contained in:
海言
2025-10-13 15:21:33 +08:00
parent 800dc8f878
commit 56fdc15090
8 changed files with 117 additions and 6 deletions

View File

@@ -17,4 +17,6 @@ public interface UserService {
RetObj syncEs(Long userId);
RetObj getEsId(Long userId);
RetObj sendMQMsg(String msg);
}