首页 > 代码库 > Linux CentOS 安装ActiveMQ
Linux CentOS 安装ActiveMQ
1002 mkdir ActiveMQ
1003 chmod 777 ActiveMQ
1004 cd ActiveMQ/
1009 wget http://mirror.bit.edu.cn/apache/activemq/5.10.0/apache-activemq-5.10.0-bin.tar.gz
1011 tar xzvf apache-activemq-5.10.0-bin.tar.gz
1013 cd apache-activemq-5.10.0
1014 cd bin
1015 chmod 755 activemq
1016 nohup ./activemq start > nohup.out &
1017 tail -f -n 100 nohup.out
1018 netstat -anp|grep 61616
通讯端口61616
后台管理地址:http://[IP]:8161/admin/
账号密码都是admin
本文出自 “zl1030的记录” 博客,请务必保留此出处http://zl1030.blog.51cto.com/274507/1564846
Linux CentOS 安装ActiveMQ
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。