Download activemq first, download URL http://activemq.apache.org/activemq-5150-release.html (here is version 5.15.0, currently the latest)
Installation of ACTIVEMQ in 1.windows environment
Directly unzip can, according to your operating system, if it is 64-bit
Run the Activemq.bat under D:\apache-activemq-5.14.5\bin\win64
or run D:\apache-activemq-5.14.5\bin\win64 under the Installservice.bat
Note: Here the Activemq.bat is simple to start, Installservice.bat can register the ACTIVEMQ service as a system service, so that every time you start the computer can be used at any time
Install ACTIVEMQ in 2.linux environment (we recommend shutting down the firewall first)
Upload the compressed package to the Linux environment
Unzip (I put it under the/usr/local/activemq after unpacking)
Decompression command: TAR-ZXVF apache-activemq-5.15.0-bin.tar.gz
Into the Activemq/bin.
Into the activemq/bin/linux-x86-64.
Start
This is the start of the success.
Start effect: Default port 8161
The default user name password is admin
Installing ACTIVEMQ under Windows and in a Linux environment