下载地址:
http://activemq.apache.org/download-archives
windows环境安装运行:
下载后解压缩,进入bin目录,cmd下运行:activemq.bat start
linux环境安装运行:
下载后解tar包:tar zxvf apache-activemq-x.x.x-bin.tar.gz
授权: chmod 775 apache-activemq-x.x.x-bin
给启动脚本加执行权限:进入bin目录执行:chmod a+x activemq
进入bin目录,运行:./activemq start
重启:./activemq restart
关闭:./activemq stop
使用:
ActiveMQ管理页面:http://ip:8161,默认的账号密码都为admin
ActiveMQ通讯地址:tcp://ip:61616
启动脚本:
@echo off
start cmd /k "D:\tools\apache-activemq-5.12.0\bin\activemq.bat start"