ActiveMA在CentOS7下的安装

Posted canger

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActiveMA在CentOS7下的安装相关的知识,希望对你有一定的参考价值。

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

Getting the Binary Distributions

Description

Download Link

Verify

Windows Distribution

apache-activemq-5.15.7-bin.zip

ASCSHA512

Unix/Linux/Cygwin Distribution

apache-activemq-5.15.7-bin.tar.gz

ASCSHA512

安装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 

转自:CentOS 6和CentOS 7防火墙的关闭

关闭selinux 
进入到/etc/selinux/config文件

vi /etc/selinux/config

 

将SELINUX=enforcing改为SELINUX=disabled

 
 

以上是关于ActiveMA在CentOS7下的安装的主要内容,如果未能解决你的问题,请参考以下文章

Hyperledger fablic 0.6 在centos7环境下的安装与部署

比特币客户端在centos7下的下载安装

ACE6.3.3在Linux(CentOS7.0)下的安装和使用

Redis安装——在CentOS7下的安装

Linux系统centOS7在虚拟机下的安装及XShell软件的配置

Supervisor在CentOS7下的安装及管理tomcat进程