1.官網下載地址html
http://activemq.apache.org/activemq-5156-release.html
springboot文檔spring
https://docs.spring.io/spring-boot/docs/2.1.0.BUILD-SNAPSHOT/reference/htmlsingle/#boot-features-activemq
2.解壓apache
3.啓動springboot
窗體鍵+R->輸入cmd,找到Win64目錄C:\activemq\apache-activemq-5.15.6-bin\apache-activemq-5.15.6\bin\win64,若是是32位系統,則找win32目錄
命令行:
cd C:\activemq\apache-activemq-5.15.6-bin\apache-activemq-5.15.6\bin\win64
activemq.bat
4.測試啓動成功spring-boot
http://127.0.0.1:8161
初始帳號和密碼都是:admin
另附:Queues面板名稱講解測試
Name:隊列名稱
Number Of Pending Messages:等待消費的消息個數
Number Of Consumers:當前鏈接的消費者數目
Messages Enqueued:進入隊列的消息總個數,包括出隊列的和待消費的,這個數量只增不減
Message Dequeued:已經消費的消息數量