天天看點

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

賬号密碼都是admin

本文轉自   zl1030   51CTO部落格,原文連結:http://blog.51cto.com/zl1030/1564846

繼續閱讀