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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-05-08
  • 2022-02-21
  • 2022-12-23
  • 2021-08-18
  • 2021-12-12
猜你喜欢
  • 2021-08-16
  • 2022-01-17
  • 2022-03-04
  • 2021-10-03
  • 2021-12-02
  • 2022-12-23
  • 2021-08-26
相关资源
相似解决方案