activemq安装(centos7)
<p><strong>1.先安装 JDK 并配置环境变量(略) </strong>
vi /etc/profile
JAVA_HOME=/usr/local/......
source /etc/profile
<strong>2.解压</strong>
tar -zxvf apache-activemq-5.14.5-bin.tar.gz
<strong>3.进入安装目录</strong>
cd apache-activemq-5.14.5
<strong>4.进入启动目录</strong>
cd bin
<strong>5.启动程序</strong>
./activemq start
<strong>6.检查端口</strong>
netstat -antpl
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/5983a23e98acb404b81a0a481e61a8f0?showdoc=.jpg" alt="" />
<strong>7.最后验证结果</strong>
访问http://ip地址:8161/admin 用户名:admin 密码:admin</p>
<p>图1
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/6b6913038ed65cdc0123741054fa3c24?showdoc=.jpg" alt="" /></p>
<p>图2
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/d405954088ca6b54d9ba3a90aa7d55b3?showdoc=.jpg" alt="" /></p>
<p>图3
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/be4ec0fe481477f73d65548ae619463b?showdoc=.jpg" alt="" /></p>