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

 
 

相关文章:

  • 2021-08-29
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-12-04
  • 2021-04-23
猜你喜欢
  • 2021-11-12
  • 2021-08-11
  • 2022-12-23
  • 2021-06-02
  • 2021-08-06
  • 2021-10-15
  • 2021-11-16
相关资源
相似解决方案