我很黑! 发表于 2018-5-23 11:47:43

Linux CentOS 安装ActiveMQ

  1002mkdir ActiveMQ
1003chmod 777 ActiveMQ
1004cd ActiveMQ/
1009wget http://mirror.bit.edu.cn/apache/activemq/5.10.0/apache-activemq-5.10.0-bin.tar.gz
1011tar xzvf apache-activemq-5.10.0-bin.tar.gz
1013cd apache-activemq-5.10.0
1014cd bin
1015chmod 755 activemq
1016nohup ./activemq start > nohup.out &
1017tail -f -n 100 nohup.out
1018netstat -anp|grep 61616
  通讯端口61616

  后台管理地址:http://:8161/admin/

  账号密码都是admin
页: [1]
查看完整版本: Linux CentOS 安装ActiveMQ