目录
需要注意要求的jdk版本,否则启动不会成功
tar -zxvf apache-activemq-5.18.2-bin.tar.gz
- 进入到目录下执行命令/apache-activemq-5.18.2/bin/linux-x86-64
-
- [root@test linux-x86-64]# ./activemq
- Usage: ./activemq { console | start | stop | restart | status | dump }
-
- [root@test linux-x86-64]# ./activemq start
- Starting ActiveMQ Broker...
-
-
- # 查看启动结果
- [root@test data]# tail -f /home/apache-activemq-5.18.2/data/activemq.log
-
-
- # 看到下面信息代表启动成功
-
- 2023-09-22 17:40:39,153 | INFO | ActiveMQ WebConsole available at http://0.0.0.0:8161/ | org.apache.activemq.web.WebConsoleStarter | WrapperSimpleAppMain
- 2023-09-22 17:40:39,153 | INFO | ActiveMQ Jolokia REST API available at http://0.0.0.0:8161/api/jolokia/ | org.apache.activemq.web.WebConsoleStarter | WrapperSimpleAppMain
访问:127.0.0.1:8161/admin/
默认账号密码都是admin
检查下载的mq版本要求的jdk版本
- 修改jetty.xml, 将host修改为0.0.0.0
-
- 路径是:/home/apache-activemq-5.18.2/conf