摘要: zk 用于节点变化的实时监听import org.apache.zookeeper.*;import org.junit.Before;import org.junit.Test;import java.io.IOException;import java.util.List;/** * @auth 阅读全文
posted @ 2020-03-25 23:37 yang希军 阅读(213) 评论(0) 推荐(0)
摘要: /** * rabbitmq 工具类 * * @author yangxj * @date 2020-03-25 20:30 * * 基本概念: queue 通过 routeKey 绑定 exchange; producer 发送消息到 exchange, exchange 通过 routeKey 阅读全文
posted @ 2020-03-25 21:50 yang希军 阅读(1076) 评论(0) 推荐(0)