Centos7 安装 ActiveMq

匿名 (未验证) 提交于 2019-12-02 21:53:32

1、安装

# cd /usr/local/src/

# tar -xzvf apache-activemq-5.15.3-bin.tar.gz

2、启动与关闭


#启动activemq服务
# ./activemq start
Starting ActiveMQ Broker...
#关闭activemq服务
# ./activemq stop
Stopping ActiveMQ Broker...
Stopped ActiveMQ Broker.
#

3、访问

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

  用户名和密码默认是:admin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!