下载 http://archive.apache.org/dist/activemq/apache-activemq/5.8.0/apache-activemq-5.8.0-bin.tar.gz
上传到安装的服务器上,
解压安装包
[root@WG-SJWG-DMZ-86]# tar -xvf apache-activemq-5.8.0-bin.tar.gz
[root@WG-SJWG-DMZ-86]# cd apache-activemq-5.8.0/bin
启动
[root@WG-SJWG-DMZ-86 bin]# ./activemq start
查看web端口 8161和应用端口61616
[root@WG-SJWG-DMZ-86 bin]# netstat -an | grep 8161
tcp 0 0 :::8161 :::* LISTEN
[root@WG-SJWG-DMZ-86 bin]# netstat -an | grep 61616
tcp 0 0 :::61616 :::* LISTEN
[root@WG-SJWG-DMZ-86 bin]#
打开浏览器
http://10.213.54.86:8161/
默认账号密码是 admin :admin
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/30273461/viewspace-2125350/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/30273461/viewspace-2125350/