标签:dmi apach 下载地址 service logs jdk1.8 tail strong article
安装环境 :
centos 7.4.170
jdk1.8.0_181
安装步骤 :
wget http://archive.apache.org/dist/activemq/5.14.5/apache-activemq-5.14.5-bin.tar.gz
tar -zxvf apache-activemq-5.14.5-bin.tar.gz
mv apache-activemq-5.14.5 /opt/
编写activemq
下载地址:https://files.cnblogs.com/files/chy123/activemq.zip
设置文件权限:
chmod 777 activemq
chkconfig activemq on
service activemq start
访问:
http://IP地址:8161
默认用户名密码为:admin/admin
其它命令
#查看activemq状态
service activemq status
#其他和关闭activemq服务
service activemq start
service activemq stop
#设置开机启动或不启动activemq服务
chkconfig activemq on
chkconfig activemq off
参考网址:https://blog.csdn.net/xundh/article/details/75007188
标签:dmi apach 下载地址 service logs jdk1.8 tail strong article
原文地址:https://www.cnblogs.com/chy123/p/10072527.html