SpringBoot------ActiveMQ安装

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:已经消费的消息数量
相关文章
相关标签/搜索