您的位置:首页 > 运维架构 > Linux

Linux 系统 CentOS 6.5上 activemq 安装

2016-09-30 14:51 381 查看
下载  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://localhost:8161/
默认账号密码是 admin :admin
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: