linux下activemq安装与配置
Posted miye
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux下activemq安装与配置相关的知识,希望对你有一定的参考价值。
转https://www.cnblogs.com/shamo89/p/7645651.html
一、下载:apache-activemq-5.14.0-bin.tar.gz
二、安装activemq
1、gz文件拷贝到/usr/local/src目录
2、解压启动
tar -zxvf apache-activemq-5.14.0-bin.tar.gz
cd apache-activemq-5.14.0
cd bin
./activemq start
netstat -anp|grep 61616
以上是关于linux下activemq安装与配置的主要内容,如果未能解决你的问题,请参考以下文章