一.activemq安装 官网地址:https://activemq.apache.org/ 具体安装过程不赘述,解压即安装, 二.使用 activemq有queue和topic两种模式, 我们以queue模式为例,进行一次java编码 生产者: public class JmsProduce { public static void main(String[] args) { // 1 创建连接工场 ConnectionFactory connect = new ActiveMQConnect…