linux安装ActiveMQ
1. 下载:
# wget https://archive.apache.org/dist/activemq/5.14.0/apache-activemq-5.14.0-bin.tar.gz
2. 解压:
# tar zxvf apache-activemq-5.14.0-bin.tar.gz -C ../
3. 配置环境变量:
# vim /etc/profile
4. 启动:
# activemq start
posted on 2018-07-11 07:29 changlezhong 阅读(80) 评论(0) 编辑 收藏 举报