1、下载ActiveMQ,链接网址:点我

2、上传安装包到服务器:
put e:/upload/apache-activemq-5.14.0-bin.tar.gz
如图:

3、解压:
tar -zxvf apache-activemq-5.14.0-bin.tar.gz

4、进入解压目录的bin目录:
cd apache-activemq-5.14.0/bin
5、启动:
./activemq start
6、开放端口:
/sbin/iptables -I INPUT -p tcp --dport 8161 -j ACCEPT
/etc/rc.d/init.d/iptables save
/etc/rc.d/init.d/iptables restart
7、登录
登陆地址:http://192.168.72.131:8161/
username:root
password:root

本文档详细介绍了如何下载并安装ActiveMQ,包括上传安装包到服务器、解压、启动服务、开放端口以及设置登录凭据。步骤清晰,便于快速部署和管理ActiveMQ消息中间件。
1288

被折叠的 条评论
为什么被折叠?



