欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

Centos7 安装 ActiveMq

程序员文章站 2022-04-09 20:33:39
1、安装 # cd /usr/local/src/# wget http://mirrors.shu.edu.cn/apache//activemq/5.15.3/apache-activemq-5.15.3-bin.tar.gz# tar -xzvf apache-activemq-5.15.3- ......

1、安装

# cd /usr/local/src/
# wget http://mirrors.shu.edu.cn/apache//activemq/5.15.3/apache-activemq-5.15.3-bin.tar.gz
# tar -xzvf apache-activemq-5.15.3-bin.tar.gz

2、启动与关闭

# cd /usr/local/src/apache-activemq-5.15.3/bin/linux-x86-64/
#启动activemq服务
# ./activemq start
Starting ActiveMQ Broker...
#关闭activemq服务
# ./activemq stop
Stopping ActiveMQ Broker...
Stopped ActiveMQ Broker.
#

3、访问

http://IP地址:8161/admin/

  用户名和密码默认是:admin