码迷,mamicode.com
首页 > 系统相关 > 详细

Linux CentOS 安装ActiveMQ

时间:2014-10-16 23:18:04      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:activemq   linux   后台管理   jsm   

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

标签:activemq   linux   后台管理   jsm   

原文地址:http://zl1030.blog.51cto.com/274507/1564846

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!