SpringBoot------ActiveMQ安装

Posted 玉天恒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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:\\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.测试启动成功

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

 

另附:Queues面板名称讲解

Name:队列名称

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

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

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

Message Dequeued:已经消费的消息数量

 

以上是关于SpringBoot------ActiveMQ安装的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot------ActiveMQ安装

Springboot+Activemq整合

java springboot activemq的@configuration类

springboot+ActiveMQ通用配置

springboot+ActiveMQ通用配置

ActiveMQ的作用总结(应用场景及优势)以及springboot+activeMq 实战