ActiveMQ源码-BrokerService和PersistenceAdapter
activemq-broker 模块 test/java 目录下有个 IDERunner 类:
activemq-broker 模块 test/java 目录下有个 IDERunner 类:
1、从 https://github.com/apache/activemq 下载源码
git clone https://github.com/apache/activemq
2、切换至 activemq-5.18.x 分支
ActiveMQ 是一个实现了 JMS 协议的开源消息中间件,目前它有两种版本:ActiveMQ “Classic” 和 ActiveMQ Artemis。