1.下载ActiveMQ

去官方网站下载:http://activemq.apache.org/

2.运行ActiveMQ

解压缩apache-activemq-5.5.1-bin.zip,然后双击apache-activemq-5.5.1\bin\activemq.bat运行ActiveMQ程序。

启动ActiveMQ以后,登陆:http://localhost:8161/admin/,创建一个Queue,命名为FirstQueue。

3:本人在linux下ubuntu系统,进入activemq目录找到sbin,执行

sudo ./activemq start

关掉服务

sudo ./activemq stop

 

相关文章:

  • 2021-10-21
  • 2022-12-23
  • 2021-12-24
  • 2021-11-22
  • 2021-12-10
  • 2021-07-07
  • 2021-12-26
  • 2021-06-10
猜你喜欢
  • 2021-11-04
  • 2021-10-08
  • 2021-08-04
  • 2022-02-27
  • 2021-05-24
  • 2021-10-20
  • 2021-05-01
相关资源
相似解决方案