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服务可以进行很多的设置,这里学习的过程没有涉及

  • 相关阅读:
    hdfs 复制路径下所有文件
    吐槽scala
    scala
    spark 你要喧宾夺主么?好好干。
    信赖域算法
    scala shuffle
    自动梯度求解 反向传播算法的另外一种视角
    spark 2.0 Vector toBreeze
    自己玩的git
    js判断浏览器
  • 原文地址:https://www.cnblogs.com/maodot/p/7257362.html
Copyright © 2011-2022 走看看