zoukankan      html  css  js  c++  java
  • JMS消息中间件的应用02安装ActiveMQ来自慕课学习新手学习

    What is ActiveMQ?       -----突然好想打英文,好奇怪

      请看来自官网的介绍:

      Apache ActiveMQ ™ is the most popular and powerful open source messaging and Integration Patterns server.

      Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License.

    安装:

      windows和linux的安装步骤都是差不多的,只要你下载官网压缩包,解压到你想解压到的目录,进入bin文件夹运行相关文件就行。

      windows  --   运行activemq.bat文件就行,这种启动方式是有控制台的,控制台关闭即服务关闭,可以通过安装服务的方式InstallService.bat,进入服务管理启动就行

      Linux -- 基本同上,更详细命令请看官方介绍   官方安装介绍

    注意!

      当然ActiveMQ服务可以进行很多的设置,这里学习的过程没有涉及

  • 相关阅读:
    git命令
    svg学习系列02-简单的svg图形和线条
    svg学习系列01-svg简介
    jQuery分页插件
    svg简介
    css3选择器
    sublime使用
    HTML5新特性
    html新的语义化标签和表单控件
    DOM详解
  • 原文地址:https://www.cnblogs.com/maodot/p/7257362.html
Copyright © 2011-2022 走看看