#解壓
root@localhost src]# tar zxvf apache-activemq-5.14.0-bin.tar.gz
[root@localhost src]# cd apache-activemq-5.14.0/bin/
#啟動(dòng)
[root@localhost bin]# ./activemq start
#當(dāng)前狀態(tài)
[root@localhost bin]# ./activemq status
#暫停
[root@localhost bin]# ./activemq stop
http://192.168.1.29:8161/admin/network.jsp
默認(rèn)用戶名密碼:admin admin

image.png
Queue Topic
Queue是隊(duì)列目的地,Topic是主題目的地,都是Destination的子接口
PTP
Point to Point 點(diǎn)對(duì)點(diǎn)消息模型,就是Queue 實(shí)現(xiàn)的消息處理方式
Pub&Sub
Publish& Subscribe 消息的發(fā)布/訂閱模型,是基于Topic實(shí)現(xiàn)的消息處理