ActiveMQ搭建

Posted liushuchen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActiveMQ搭建相关的知识,希望对你有一定的参考价值。

1.官网下载安装包ActiveMQ :http://activemq.apache.org/

2.解压缩 tar -zxvf apache-activemq-xxxx-bin.tar.gz

3.启动 解压目录下执行  ./bin/activemq start

   停止 解压目录下执行 ./bin/activemq stop

   窗口执行  解压目录下执行 ./bin/activemq console

4.测试是否启动成功  netstat -an | grep 61616

     提示信息  tcp6 0 0 :::61616 :::* LISTEN

 登录后台:http://ip:8161/admin/  账号:admin 密码:admin

以上是关于ActiveMQ搭建的主要内容,如果未能解决你的问题,请参考以下文章

Centos 搭建activemq

Linux 搭建 ActiveMQ - 指南

树莓派搭建ActiveMQ

ActiveMQ搭建

Activemq集群搭建

Linux 环境下Web环境搭建————ActiveMQ