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.解压

3.启动

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

4.测试启动成功

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

另附:Queues面板名称讲解

Name:队列名称

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

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

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

Message Dequeued:已经消费的消息数量
原文地址:https://www.cnblogs.com/tianhengblogs/p/9873674.html