ActiveMQ 的安装(centos7)

1.先安装 JDK 并配置环境变量(略) 

vi /etc/profile
JAVA_HOME=/usr/local/……
source /etc/profileapache

2.解压

tar -zxvf apache-activemq-5.14.5-bin.tar.gzblog

3.进入安装目录

cd apache-activemq-5.14.5ip

4.进入启动目录

cd binget

5.启动程序.

/activemq start变量

6.检查端口

netstat -antpl配置

 

7.最后验证结果

访问http://ip地址:8161/admin 用户名:admin 密码:adminfile

 

 

 

相关文章
相关标签/搜索