Linux中ActiveMQ的安装
时间:
2018-07-03 14:34:55
阅读:
152
评论:
收藏:
0
[点我收藏+]
标签:版本 解压缩 1.7 后台管理 步骤 linux中 art 启动 tar
安装步骤:
第一步:安装jdk,需要jdk1.7以上版本
第二步:解压缩activeMQ的压缩包。
第三步:进入bin目录。
启动:[root@localhost bin]# ./activemq start
停止:[root@localhost bin]# ./activemq stop
第四步:访问后台管理。
http://192.168.25.168:8161/admin
用户名:admin
密码:admin
Linux中ActiveMQ的安装
标签:版本 解压缩 1.7 后台管理 步骤 linux中 art 启动 tar
原文地址:https://www.cnblogs.com/ITniuniu/p/9257611.html