ActiveMQ:一个Java开发的消息中间件,Apache顶级项目
-
环境
服务器IP:192.168.142.154
操作系统:CentOS7.7 -
相关依赖
JRE环境,即需要先安装JDK -
下载安装包,上传至服务器并解压
tar -zxvf apache-activemq-5.12.0-bin.tar.gz -C /data/soft/
-
进入解压后的apache-activemq-5.12.0/bin目录
cd /data/soft/apache-activemq-5.12.0/bin
-
启动服务:执行./activemq start
./activemq start
-
查看ActiveMQ控制台
通过浏览器访问:http://192.168.142.154:8161/
输入用户名和密码:admin/admin 登录
-
关闭服务
./activemq stop