Software download
Download address: www.apache.org/dyn/closer….
This machine needs to install JDK8,Git,Maven
Install the MQ
- Unzip the downloaded package and cut to… /bin, for example: D:\soft\rocketmq-all-4.7.1-bin-release\bin
- Start NameServer by typing $:
start mqnamesrv.cmd
Do not close the popover - Start Broker by typing $:
CMD -n 127.0.0.1:9876 autoCreateTopicEnable=true
Do not close the popover
Console installation
- Download github.com/apache/rock… The software package
- Enter the
rocketmq-externals\rocketmq-console\src\main\resources
Folder, openapplication.properties
Modify, as shown in the figure - Command to enter
\rocketmq-externals\rocketmq-console
Directory, executemvn clean package -Dmaven.test.skip=true
To compile - After compiling successfully, the command enters
target
Folder, executejava -jar rocketmq-console-ng-xxx.jar
To start the console, XXX represents your version number - Type in your browser
127.0.0.1:8088
View console