下载:apache-activemq-5.14.0-bin.tar.gz
Getting the Binary Distributions
Description |
Download Link |
Verify |
---|---|---|
Windows Distribution |
||
Unix/Linux/Cygwin Distribution |
安装activemq
1、gz文件拷贝到/usr/local目录
2、解压启动
tar -zxvf apache-activemq-5.15.7-bin.tar.gz
关闭防火墙
entOS 7.0默认使用的是firewall作为防火墙
查看防火墙状态
firewall-cmd --state
停止firewall
systemctl stop firewalld.service
禁止firewall开机启动
systemctl disable firewalld.service
关闭selinux
进入到/etc/selinux/config文件
vi /etc/selinux/config
将SELINUX=enforcing改为SELINUX=disabled