`
丁树同
  • 浏览: 9657 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

ActiveMQ 安装(1)

    博客分类:
  • EMS
 
阅读更多

Pre-Installation Requirements

Hardware:

  • 33 MB of free disk space for the ActiveMQ 4.x binary distribution.
  • 200 MB of free disk space for the ActiveMQ 4.x source or developer's distributions.

Operating Systems:

  • Windows: Windows XP SP2, Windows 2000, Windows Vista, Windows 7.
  • Unix: Ubuntu Linux, Powerdog Linux, MacOS, AIX, HP-UX, Solaris, or any Unix platform that supports Java.

Environment:

  • Java Developer Kit (JDK) 1.4.x or greater for deployment and 1.5.x (Java 5) for compiling/building. As of AMQ 5.5.0 you need JDK 1.6.0 to build.
  • The JAVA_HOME environment variable must be set to the directory where the JDK is installed, e.g., c:\Program Files\jsdk.1.4.2-09.
  • Maven 1.0.2 or greater (required when installing source or developer's releases).
  • JARs that will be used must be added to the classpath.

Windows Binary Installation

This procedure explains how to download and install the binary distribution on a Windows system.

  1. From a browser, navigate to activemq.apache.org/.
  2. Click the Download link in the navigation pane (the left pane).
  3. Click the ActiveMQ 4.x Release link under the "Latest Releases" section. This brings up a new page.
  4. Under the Download Here section, select the desired distribution (you may have to scroll down to see the "Download Here" section).
    For a binary distribution, the filename will be similar to: activemq-x.x.x.zip.
  5. Extract the files from the ZIP file into a directory of your choice.
  6. Proceed to the Starting ActiveMQ section of this document.
  7. Following start-up, go to the Testing the Installation section of this document.

Starting ActiveMQ

From a console window, change to the installation directory and run ActiveMQ:

cd [activemq_install_dir]

where activemq_install_dir is the directory in which ActiveMQ was installed, e.g., c:\Program Files\ActiveMQ-4.x
Then type:

bin\activemq

NOTE: Working directories get created relative to the current directory. To create working directories in the proper place, ActiveMQ must be launched from its home/installation directory.

如果在启动过程中报错,通常是端口被占用,查看安装目录下面的/conf/activemq.xml 配置文件,修改相应端口。

在console 窗口查看端口占用命令: find -an|find "61617"



 

  • 大小: 114 KB
分享到:
评论

相关推荐

    1、 ActiveMQ 安装1

    在安装 ActiveMQ 之前,确保您已经安装了兼容的 JDK 版本。从提供的信息来看,从 ActiveMQ 5.0.0 至 5.15.0 版本,推荐的 Build-Jdk 版本最低为 1.5.0_12,最高为 1.8.0_112。因此,确保您的环境中至少安装了 1.5 或...

    ActiveMQ安装及配置文档

    ActiveMQ安装及配置文档介绍了ActiveMQ的安装过程和配置。让新手踏入JMS的门槛。

    ActiveMq安装win7

    ### ActiveMQ在Windows 7下的安装与配置指南 #### 一、环境配置 在开始安装ActiveMQ之前,首先需要确保已经正确配置了以下环境: - **操作系统**: Windows 7 64位 - **Java环境**: JDK 1.8.0_65 - **ActiveMQ版本...

    ActiveMq安装.docx

    本文档详细介绍了在Linux环境下安装和使用ActiveMQ的过程,以及一些基本的配置说明。 首先,我们需要确认安装环境。在本例中,系统是Linux,服务器IP为192.168.2.55,使用用户appsrv和密码appsrv123进行登录。安装...

    ActiveMQ5.13 安装与配置

    "ActiveMQ5.13 安装与配置" ActiveMQ 是 Apache 软件基金会提供的一个开源message broker,能够实现点对点(Point-to-Point)和发布/订阅(Publish/Subscribe)模式的消息传递。ActiveMQ 5.13 是 ActiveMQ 的一个...

    activemq的安装下载

    二、ActiveMQ安装 1. Linux安装: - 首先,访问官网下载最新版的`.tar.gz`文件。 - 将下载的文件解压到期望的目录,例如`/opt`,使用命令:`tar -zxvf activemq-x.x.x-bin.tar.gz -C /opt`。 - 创建一个软链接以...

    ActiveMQ 安装 手册 说明

    【ActiveMQ 安装手册说明】ActiveMQ 是一个开源的消息代理服务器,它是Apache软件基金会的顶级项目,基于Java消息服务(JMS)标准,用于在分布式系统中传递消息。本手册将详细介绍在Linux环境下如何安装和运行...

    activeMq安装

    1. **安装JDK并配置环境变量** 在安装ActiveMQ之前,需要确保已经安装了Java Development Kit (JDK)。在本例中,使用的是JDK 1.7.0_72。确保`JAVA_HOME`环境变量指向JDK的安装目录,这样ActiveMQ才能正确运行。 2....

    ActiveMQ的安装与使用

    管理控制台默认端口是8161,消息通讯端口默认是61616,这些可以在ActiveMQ安装目录下的jetty.xml文件中进行修改。如果需要在防火墙中打开这些端口,需要在iptables配置文件中添加相应规则,并重启iptables服务。 ...

    JDK+Tomcat+ActiveMQ安装环境配置详细说明

    本篇文章将详细阐述如何在Windows操作系统上安装和配置JDK、Tomcat以及ActiveMQ,这三个组件是开发和部署Java Web应用程序的基础。 首先,我们从JDK的安装与配置开始。JDK (Java Development Kit) 是开发和运行Java...

    消息队列activemq.zip

    二、ActiveMQ安装 1. Windows环境下安装: - 下载:首先,从Apache官方网站下载适用于Windows的ActiveMQ发行版。 - 解压:将下载的zip文件解压到任意目录,例如"C:\Program Files"。 - 配置:修改conf\activemq....

    CentOS安装Activemq图文教程

    1. 下载Activemq安装包 2. 解压缩安装包 3. 配置Activemq 4. 设置开机启动 5. 配置端口 6. 测试Activemq 通过这些步骤,我们可以成功地在CentOS系统中安装和配置Activemq,并实现开机启动的设置。

    ActiveMq的安装和使用

    以上便是ActiveMQ安装和使用的基本知识点。在实际使用中,还需要对ActiveMQ进行深入学习和掌握,包括如何创建和管理消息队列、主题、订阅者以及消息生产者等内容,从而能充分利用ActiveMQ的强大功能,为应用系统提供...

    activemq安装.rar

    1. **了解ActiveMQ**: - ActiveMQ是Apache软件基金会的顶级项目,用于处理消息传输,提供点对点和发布/订阅模式的消息传递。 - JMS(Java Message Service)是Java平台上的一个标准接口,用于在应用程序之间创建...

    activemq安装.pdf

    activemq安装 本文档主要讲述了ActiveMQ的安装过程,涉及到JMS、Java环境、Eclipse环境等相关知识点。 JMS简介 JMS(Java Message Service)是Java平台上的一种标准消息服务API,允许Java程序之间进行异步消息...

    ActiveMQ安装和使用

    ### ActiveMQ 安装与使用详解 #### 一、ActiveMQ简介 ActiveMQ 是Apache出品的一款优秀的开源消息中间件,支持多种消息传输协议,并且具备良好的扩展性。它基于Java语言开发,支持JMS标准,同时也支持AMQP、STOMP...

    CentOS7安装ActiveMQ.doc

    CentOS7安装ActiveMQ

    linux下activemq安装包和配置文档

    linux下activemq安装包和配置文档

    ActiveMQ安装文档

    ### ActiveMQ安装与部署知识点详解 #### 一、ActiveMQ简介 **ActiveMQ**是由Apache组织开发的一款功能强大且广受欢迎的消息中间件。它不仅完全兼容JMS 1.1和J2EE 1.4规范,而且具备高度可扩展性、可靠性和灵活性。...

    activemq安装与集群部署文档

    Activemq安装与集群部署文档详细介绍了ActiveMQ在Linux环境下的安装步骤、配置过程以及集群部署的相关知识。 首先,文档提到了在Linux环境下安装JDK,并配置环境变量。JDK是Java程序的运行环境,安装JDK是运行...

Global site tag (gtag.js) - Google Analytics