Centos7下部署activeMQ消息队列服务

#1.下载activeMQlinux包

http://activemq.apache.org/activemq-5100-release.html

 
下载linux的activeMQ包

#2.使用Xftp,或者其他连接工具,将下载的tar.gz包放到linux 下。


#3.将其压缩包解压,进入到bin目录下,启动mq服务

tar -zxvf apache-activemq-5.10.0-bin.tar.gz

cd /data/apache-activemq-5.10.0/bin

./activemq start


#4.启动后查看activemq端口等信息

#注意,需要关闭防火墙,或者设置防火墙规则,

netstat -anp|grep 61616

#8161为web界面端口,

netstat -anp|grep 8161

#完成后在IP:8161/admin访问

#用户名密码均为amdin/admin

posted @ 2018-10-09 09:20  ypr-  阅读(725)  评论(0编辑  收藏  举报