- 下载ActiveMQ
- 配置JDK环境
思前想后,jdk应该就不需要我写在这怎么安装了,实在不会可以参考我的博文,专门写如何配置jdk的。
地址:https://blog.csdn.net/qq_26385215/article/details/79596432
- 解压ActiveMQ
[root@dbnewyouth ~]# tar -zxvf apache-activemq-5.14.0-bin.tar.gz
- 运行
使用bin目录下的activemq命令启动:
[root@dbnewyouth bin]# ./activemq start
- 关闭
[root@dbnewyouth bin]# ./activemq stop
- 查看状态
[root@dbnewyouth bin]# ./activemq status
- 访问activeMQ
默认帐号密码 admin admin
网友评论