简单记一下,下载地址 http://activemq.apache.org/download.html

一、安装JDK7以上,官方说明:http://activemq.apache.org/version-5-getting-started.html

二、创建目录(可不创建):

cd /usr

mkdir activemq

并上传apache-activemq-5.14.1-bin.tar.gz到activemq目录下

三、解压apache-activemq-5.14.1-bin.tar.gz

tar -zxvf apache-activemq-5.14.1-bin.tar.gz

activeMQ部署使用教程

四、运行

activemq启动分linux-x86-32和linux-x86-64

进入bin/linux-x86-64下

cd apache-activemq-5.14.1/bin/linux-x86-64/

启动

./activemq start

activeMQ部署使用教程

五、启动成功后,访问

activemq默认端口61616 ,ui是8161

activeMQ部署使用教程

http://localhost:8161/admin

activeMQ部署使用教程

 

默认登录用户:admin 密码:admin

修改用户信息编辑 conf/jetty-realm.properties 即可

六 activemq其它命令

./activemq start | stop | restart




相关文章:

  • 2022-12-23
  • 2021-06-23
  • 2021-05-07
  • 2021-11-29
  • 2021-09-24
  • 2021-10-09
  • 2021-12-31
  • 2022-01-15
猜你喜欢
  • 2022-01-05
  • 2021-11-20
  • 2022-01-08
  • 2022-01-24
相关资源
相似解决方案