一. 下载安装包
activemq官网下载安装包
二. 解压
//修改运行权限
[root@xuhao app]# chmod 777 apache-activemq-5.14.5-bin.tar.gz
//解压到当前目录
[root@xuhao app]# tar -zxvf apache-activemq-5.14.5-bin.tar.gz
解压后的文件:
三.启动mq
进到bin目录下 执行
[root@xuhao bin]# ./activemq start
四.进入到activemq的可视化界面 说明成功启动
http://39.105.147.89:8161/admin/
配置文件在conf目录下:
五.停止activemq
[root@xuhao bin]# ./activemq stop