Linux下activeMQ的启动和停止命令
关闭mq命令
如果mq服务是启动的,那么需要先关闭。
- 进入bin目录,输入命令:
cd /opt/Founder/install/mq/apache-activemq-5.7/bin
- 关闭命令:
./activemq stop
启动mq命令
- 进入bin目录,输入命令:
cd /opt/Founder/install/mq/apache-activemq-5.7/bin
- 启动命令:
./activemq start
测试启动结果
校验
在浏览器中输入
http://127.0.0.1:8161/admin/
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持恩蓝小号。
原创文章,作者:LLYWW,如若转载,请注明出处:https://www.wangzhanshi.com/n/19282.html