YYC
2023-10-09 d20e6ee62885bfa4129d8b7ac457dd9298f5974a
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * Redis 消息队列工具包,通过
 * RedisPublish 进行消息发布
 * <p>
 * 接收信息需要实现接口:RedisReceiveService
 * <p>
 * <p>
 * 终端返回信息调用 RedisPublishService 发布到队列
 * <p>
 * 解析入口实现 :RedisReceiveService 接口接收报文信息进行处理
 */
package com.ld.igds.mq;