ActiveMQ

HTTP

http://apache.fayea.com/activemq/5.13.0/apache-activemq-5.13.0-bin.tar.gz 

http://apache.opencas.org/activemq/5.13.0/apache-activemq-5.13.0-bin.tar.gz 

http://mirror.bit.edu.cn/apache/activemq/5.13.0/apache-activemq-5.13.0-bin.tar.gz 

http://mirrors.cnnic.cn/apache/activemq/5.13.0/apache-activemq-5.13.0-bin.tar.gz 

http://mirrors.hust.edu.cn/apache/activemq/5.13.0/apache-activemq-5.13.0-bin.tar.gz 

ActiveMQ requires Java 7 to run and to build

  • #Introduction
  • #Document Organization
  • #Pre-Installation Requirements
  • #Installation Procedure for Windows
    • #Windows Binary Installation
    • #Windows Source Installation
    • #Windows Developers' Release
  • #Installation Procedure for Unix
    • #Unix Binary Installation
    • #Unix Source Installation
    • #Unix Developers' Release
  • #Starting ActiveMQ
  • #Testing the Installation
  • #Monitoring ActiveMQ
  • #Stopping ActiveMQ
  • #Starting ActiveMQ with a different configuration file
  • #Configuring ActiveMQ

 

> wget http://apache.fayea.com/activemq/5.13.0/apache-activemq-5.13.0-bin.tar.gz
> wget http://download.oracle.com/otn-pub/java/jdk/8u71-b15/jdk-8u71-linux-x64.rpm?AuthParam=1453426954_b4b6c029127d65abd1c180a4060fc1e6
> rpm -ivh jdk-8u71-linux-x64.rpm
> tar -zxvf apache-activemq-5.13.0-bin.tar.gz
> cd [activemq_install_dir]/bin > chmod 755 activemq

你可能感兴趣的:(ActiveMQ)