zoukankan      html  css  js  c++  java
  • linux下activemq安装

      一、下载:apache-activemq

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

           注意对应的jdk 版本

    二、安装activemq 

           创建文件夹

      解压tar -zxvf apache-activemq-.tar.gz

      cd apache-activemq-

      cd bin

      进入解压的bin目录 运行 ./activemq start 后台运行 

      关闭进入解压的bin目录 运行 ./activemq start

      此时activemq 不一定就运行成功啦!!

    三、查看是否启动

      查看是否启动成功 netstat -anp|grep 61616    activemq的监听端口

      

      默认用户名密码   admin/admin 
      如果以上两个正常则  activeMQ  启动成功

     四、启动失败

      如果启动失败 会在data/activemq.log 日志  中有错误提示

           根据提示  我的 liunux 的 hostname 是不合法的  所以修改hostname 的名称 重新启动则成功

  • 相关阅读:
    java
    MVC4重复提交数据
    cache
    Nosql
    MVC4重复提交
    PHP Java
    .net performance
    How the Runtime Locates Assemblies
    android
    window.onscroll
  • 原文地址:https://www.cnblogs.com/bug1024/p/9132471.html
Copyright © 2011-2022 走看看