美文网首页
Linux搭建ActiveMQ服务

Linux搭建ActiveMQ服务

作者: 笑疯子 | 来源:发表于2018-07-23 14:12 被阅读16次
    1. 下载ActiveMQ

    官网:http://activemq.apache.org/activemq-5140-release.html

    1. 配置JDK环境

    思前想后,jdk应该就不需要我写在这怎么安装了,实在不会可以参考我的博文,专门写如何配置jdk的。
    地址:https://blog.csdn.net/qq_26385215/article/details/79596432

    1. 解压ActiveMQ
    [root@dbnewyouth ~]# tar -zxvf apache-activemq-5.14.0-bin.tar.gz
    
    1. 运行
    使用bin目录下的activemq命令启动:
    [root@dbnewyouth bin]# ./activemq start
    
    1. 关闭
    [root@dbnewyouth bin]# ./activemq stop
    
    1. 查看状态
    [root@dbnewyouth bin]# ./activemq status
    
    1. 访问activeMQ
    默认帐号密码  admin   admin
    

    相关文章

      网友评论

          本文标题:Linux搭建ActiveMQ服务

          本文链接:https://www.haomeiwen.com/subject/yufjmftx.html