docs/en/Debug_In_Idea.md
mvn clean install -Dmaven.test.skip=trueorg.apache.rocketmq.namesrv.NamesrvStartup.ROCKETMQ_HOME=<rocketmq repository directory> in Idea-Edit Configurations.
The Name Server boot success. serializeType=JSON, address 0.0.0.0:9876
org.apache.rocketmq.broker.BrokerStartup/rocketmq/conf/broker.conf file or simply copy it from the official release package.# broker.conf
brokerClusterName = DefaultCluster
brokerName = broker-a
brokerId = 0
deleteWhen = 04
fileReservedTime = 48
brokerRole = ASYNC_MASTER
flushDiskType = ASYNC_FLUSH
namesrvAddr = 127.0.0.1:9876
-c /Users/xxx/rocketmq/conf/broker.conf and the environment variable ROCKETMQ_HOME=<rocketmq repository directory> in Idea-Edit Configurations.
The broker[broker-a,192.169.1.2:10911] boot success...
RocketMQ startup is now complete. You can use the examples provided in /example to send and consume messages.
LOCAL mode eliminates the need for Step2. The startup class is located at org.apache.rocketmq.proxy.ProxyStartup.ROCKETMQ_HOME=<rocketmq repository directory> in Idea-Edit Configurations.rmq-proxy.json in the /conf/ directory.{
"rocketMQClusterName": "DefaultCluster",
"nameSrvAddr": "127.0.0.1:9876",
"proxyMode": "local"
}
Sat Aug 26 15:29:33 CST 2023 rocketmq-proxy startup successfully