CentOS7安装ActiveMQ
Posted yjt-kid
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7安装ActiveMQ相关的知识,希望对你有一定的参考价值。
一,下载
1,官网下载网址:https://activemq.apache.org/components/classic/download/
2,linux下载:wget http://archive.apache.org/dist/activemq/5.14.5/apache-activemq-5.14.5-bin.tar.gz
二,解压
tar -zxvf apache-activemq-5.15.9-bin.tar.gz
![技术图片](https://upload-images.jianshu.io/upload_images/19328961-140245f8b945d547.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
修改一下文件名: mv apache-activemq-5.15.9 activemq
![技术图片](https://upload-images.jianshu.io/upload_images/19328961-75b9002dd4784f53.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
三,启动
进入activemq/bin: cd activemq/bin/
启动activemq : ./activemq start
![技术图片](https://upload-images.jianshu.io/upload_images/19328961-1e5df42125bba1e0.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
四,验证结果(防火墙已关闭)
浏览器访问http://ip:8161/admin/ 用户名:admin 密码:admin
![技术图片](https://upload-images.jianshu.io/upload_images/19328961-e7a8f9af45f056a0.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
以上是关于CentOS7安装ActiveMQ的主要内容,如果未能解决你的问题,请参考以下文章