First, Introduction
JMS is a Java messaging service and is an important specification in EE, where JMS clients can communicate asynchronously through the JMS service.
ACTIVEMQ is implemented in Java with JMS.
Second, installation
1, download the installation package
Official website Download: http://activemq.apache.org/download.html
2, installation only need to install the JDK environment can
A, extract to the specified folder
b, because the personal use of the WINDOW64 system, just to enter the bin directory under the Win64 folder, click Activemq.bat to run ACTIVEMQ.
C, in the root directory open Conf/activemq.xml, in the last Transportconnectors node, you can modify the port.
Note: Startup errors are typically caused by port occupancy, Windows view port occupancy, and run under CMD.
" 5672 "
Third, testing
1, Access http://localhost:8161/admin/, the default user and password are admin
Yexiangyang
[Email protected]
Install activeMQ5.15.3 under Windows