1 overview

RocketMQ has an open source project extension to this incubator- RocketMq-Externals, which has a submodule called RocketMQ-Console, which is the management console project, Pull the incubator-Rocketmq-externals locally, because we need to compile and package rocketMQ-Console ourselves.


2 Download and compile the package

git clone https://github.com/apache/rocketmq-externals
cd rocketmq-console
mvn clean package -Dmaven.test.skip=true
Copy the code

Note: Configure the Namesrv cluster address in RocketMQ-Console before packaging:

Rocketmq. Config. NamesrvAddr = 192.168.25.135:9876; 192.168.25.138:9876Copy the code

Start the rocketmq – the console:

Java jar rocketmq - the console - ng - 1.0.0. JarCopy the code

After successful startup, we can access the console interface by visiting http://localhost:8080 through the browser, as shown below:


Cluster status: