apt install activemq -y systemctl start activemq 起不来
解决办法: 主要是因为/etc/init.d/activemq启动脚本调用的配置文件是/etc/activemq/instances-enabled/activemq/activemq.xml
mkdir /etc/activemq/instances-enabled/activemq cd /etc/activemq/instances-enabled/activemq ln -s /etc/activemq/instances-available/main/activemq.xml . systemctl restart activemq
[img]https://cooperation.uniontech.com/file/mdpub/pic/202012/18/dULjnaJBIETGmnw_1554359048.png?e=1636597094&token=storageHXN6dg5UoEh-q8nVrtE7nEMfZI=[/img]
|