ActiveMA在CentOS7下的安装

下载:apache-activemq-5.14.0-bin.tar.gz

Getting the Binary Distributions

Descriptionhtml

Download Linklinux

Verifyapache

Windows Distributionspa

apache-activemq-5.15.7-bin.zipcode

ASCSHA512htm

Unix/Linux/Cygwin Distributionblog

apache-activemq-5.15.7-bin.tar.gzip

ASCSHA512ci

安装activemq

一、gz文件拷贝到/usr/local目录
二、解压启动
tar -zxvf apache-activemq-5.15.7-bin.tar.gz
 

关闭防火墙

entOS 7.0默认使用的是firewall做为防火墙get

查看防火墙状态

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

相关文章
相关标签/搜索