SpringBoot------ActiveMQ安装

1.官网下载地址

http://activemq.apache.org/activemq-5156-release.html

springboot文档

https://docs.spring.io/spring-boot/docs/2.1.0.BUILD-SNAPSHOT/reference/htmlsingle/#boot-features-activemq

2.解压

SpringBoot------ActiveMQ安装

3.启动

窗体键+R->输入cmd,找到Win64目录C:\activemq\apache-activemq-5.15.-bin\apache-activemq-5.15.\bin\win64,如果是32位系统,则找win32目录
命令行:
cd C:\activemq\apache-activemq-5.15.6-bin\apache-activemq-5.15.6\bin\win64
activemq.bat

4.测试启动成功

http://127.0.0.1:8161
初始账号和密码都是:admin

SpringBoot------ActiveMQ安装

另附:Queues面板名称讲解

Name:队列名称

Number Of Pending Messages:等待消费的消息个数

Number Of Consumers:当前连接的消费者数目

Messages Enqueued:进入队列的消息总个数,包括出队列的和待消费的,这个数量只增不减

Message Dequeued:已经消费的消息数量
上一篇:BZOJ3133[ballmachine]——倍增+优先队列


下一篇:java快速排序引起的*Error异常