Centos7 安装activemq
Posted lin-nest
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 安装activemq相关的知识,希望对你有一定的参考价值。
安装activemq
(1) 上传apache-activemq-5.12.0-bin.tar.gz文件到Centos机器上
(2) 解压文件到/usr/local目录下
tar -zxvf apache-activemq-5.12.0-bin.tar.gz -C /usr/local/
(3) 启动activemq
cd /usr/local/apache-activemq-5.12.0/bin
./activemq start
(4) 访问测试
http://127.0.0.1:8161/admin/
默认账户,密码:admin,admin
(5) 如果出现HTTP ERROR: 503错误
原因:hosts文件没有设置主机名
解决:1)查看主机名:hostname;2) 添加本机主机名
hostname
vim /etc/hosts
以上是关于Centos7 安装activemq的主要内容,如果未能解决你的问题,请参考以下文章