Before installing, it is necessary to make sure that the JVM environment is already on the machine, and if not, the unable to execute Java command will be prompted during the installation process. The system cannot find the file specified
First step: Download the ACTIVEMQ installation file from the official website and select the version on the Windows platform
Official website: http://activemq.apache.org/activemq-5133-release.html
After downloading the following structure in the bin directory:
Choose the appropriate version according to your own system, my 64-bit system
Click the Activemq.bat file directly, the batch command will perform the installation
If the installation is successful, you will be prompted as follows:
ACTIVEMQ default boot to Port 8161, after startup in the browser address bar input: Http://localhost:8161/admin required to enter the user name password, the default username password is admin, admin, this user name password is in the conf/ Configured in the Users.properties. After entering the username password, you can see the ACTIVEMQ console interface.
If the installation is unsuccessful, prompt: unable to execute Java command. The system cannot find the file specified
Is the current machine does not install the JVM operating environment, download the latest Java installation files from the official website:
http://www.java.com/en/download/manual.jsp
After installation, open the wrapper.conf file in the ACTIVEMQ directory and configure the Java path:
Save after configuration, re-execute Activemq.bat
This installs successfully, enter address: http://localhost:8161/admin/
ACTIVEMQ installation under Windows platform