Description
Download Link
Verify
Windows Distribution
apache-activemq-5.15.7-bin.zip
ASC, SHA512
Unix/Linux/Cygwin Distribution
apache-activemq-5.15.7-bin.tar.gz
ASC, SHA512
entOS 7.0默认使用的是firewall作为防火墙
查看防火墙状态
firewall-cmd --state停止firewall
systemctl stop firewalld.service禁止firewall开机启动
systemctl disable firewalld.service转自:CentOS 6和CentOS 7防火墙的关闭
关闭selinux 进入到/etc/selinux/config文件
vi /etc/selinux/config
将SELINUX=enforcing改为SELINUX=disabled
转载于:https://www.cnblogs.com/canger/p/10597781.html