ActiveMQ 安装预配置

官方下载地址

http://activemq.apache.org/activemq-5134-release.html

 

linux安装方法:

使用命令

wget https://archive.apache.org/dist/activemq/5.13.4/apache-activemq-5.13.4-bin.tar.gz

使用命令tar -xzvf apache-activemq-5.13.4-bin.tar.gz进行压缩包的解压

进入到bin目录下

使用命令chmod 755 activemq进行权限的修改

nohup ./activemq start > nohup.out &

tail -f -n 100 nohup.out

在浏览器中输入 192.168.74.13x:8161/admin/

 

posted @ 2018-03-07 09:08  journeyIT  阅读(13)  评论(0)    收藏  举报