rocketMq source code analysis - environment configuration -broker startup files

If you do not specify a run from the conf file, then run the project properly in the running configuration, but

Startup files for errors?

 

# Storage path 
storePathRootDir = E: \\ RocketMQ Data \\ \\ \\ rocketmq dataDir 
#commitlog path 
storePathCommitLog = E: \\ \\ RocketMQ rocketmq Data \\ \\ \\ commitlog dataDir 
# message queue storage path 
storePathConsumequeue = E: Data RocketMQ \\ \\ rocketmq \\ \\ \\ consumequeue dataDir 
# message index storage path 
storePathIndex = E: \\ \\ RocketMQ rocketmq Data \\ \\ \\ dataDir index 
#checkpoint file path 
storePathcheCkpoint = E: \\ RocketMQ Data \\ \\ dataDir rocketmq \\ \\ the checkpoint 
#abort file path 
storePathAbort = E: \\ rocketMQ \\ data \\ rocketmq \\ dataDir \\ abort

 

Get rid of these configurations can work correctly

The broker[broker-a, 192.168.101.1:10911] boot success. serializeType=JSON and name server is 127.0.0.1:9876

 

Not specify a boot file broker.conf, red content will not show

Published 73 original articles · won praise 1 · views 10000 +

Guess you like

Origin blog.csdn.net/wenxi2367/article/details/105062383