#解压
root@localhost src]# tar zxvf apache-activemq-5.14.0-bin.tar.gz
[root@localhost src]# cd apache-activemq-5.14.0/bin/
#启动
[root@localhost bin]# ./activemq start
#当前状态
[root@localhost bin]# ./activemq status
#暂停
[root@localhost bin]# ./activemq stop
http://192.168.1.29:8161/admin/network.jsp
默认用户名密码:admin admin
image.png
Queue Topic
Queue是队列目的地,Topic是主题目的地,都是Destination的子接口
PTP
Point to Point 点对点消息模型,就是Queue 实现的消息处理方式
Pub&Sub
Publish& Subscribe 消息的发布/订阅模型,是基于Topic实现的消息处理