1.先安装 JDK 并配置环境变量(略)
vi /etc/profile
JAVA_HOME=/usr/local/……
source /etc/profile
2.解压
tar -zxvf apache-activemq-5.14.5-bin.tar.gz
3.进入安装目录
cd apache-activemq-5.14.5
4.进入启动目录
cd bin
5.启动程序.
/activemq start
6.检查端口
netstat -antpl
7.最后验证结果
访问http://ip地址:8161/admin 用户名:admin 密码:admin