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
推荐阅读
-
火狐浏览器firefox42不能安装未注册扩展程序
-
python安装setuptools的方法
-
sublime text3的package control安装失效的解决方法(插件安装包管理)
-
dell c1100 安装系统(进入bios、超线程、磁盘阵列等设置方法)
-
win8系统IE10无法安装支付宝插件导致淘宝帐号不能登录
-
illegal opcode 红屏报错(hp 360 G6安装win2003)问题解决方法
-
mysql8.0.11 winx64手动安装配置教程
-
windows10+mysql8.0.11zip安装教程详解
-
hadoop入门之通过页面验证hadoop是否安装成功的方法
-
eclipse安装pydev插件步骤(图文)