官网下载tar包
http://activemq.apache.org/components/classic/download/
安装activemq前提是要有JDK环境
1. 在安装目录下解压tar包
1 | tar -zxvf apache-activemq-5.15.10-bin.tar.gz |
2. 进入解压后的文件夹,进入bin目录下:
1 | [root@instance-d6rdm793 apache-activemq-5.15.10]# cd bin/ |
3. ./activemq start 启动
1 | [root@instance-d6rdm793 bin]# ./activemq start |