apache-activemq安装命令记录
yum -y install java-1.8.0-openjdk.x86_64 wget gcc httpd httpd-devel php php-devel
mkdir -p /data/soft
cd /data/soft
wget https://mirrors.tuna.tsinghua.edu.cn/apache//activemq/5.15.8/apache-activemq-5.15.8-bin.tar.gz
tar zxf apache-activemq-5.15.8-bin.tar.gz
cd apache-activemq-5.15.8/bin/linux-x86-64/
./activemq start
除特别注明外,本站所有文章均为奇妙伞原创,转载请注明出处来自https://qm3.com.cn/post/284.html