虚拟机:ActiveMq下载、安装、启动

[root@localhost ~]# cd /home
#下载ActiveMq
[root@localhost home]# wget http://mirrors.hust.edu.cn/apache//activemq/5.15.4/apache-activemq-5.15.4-bin.tar.gz
#解压下载文件
[root@localhost home]# tar zxvf apache-activemq-5.15.4-bin.tar.gz
#启动 ActiveMQ
[root@localhost ~]# cd /home/apache-activemq-5.15.12
[root@localhost apache-activemq-5.15.12]# cd bin/
[root@localhost bin]# ./activemq start
#关闭防火墙
[root@localhost ~]systemctl stop firewalld.service
[root@localhost ~]systemctl disable firewalld.service
在浏览器访问192.168.58.132:8161(192.168.58.132是虚拟机的IP地址)



你可能感兴趣的:(计算机,linux)