提交 670b60ab 编写于 作者: S shenhongxi

conf

上级 95cfad8d
......@@ -9,6 +9,6 @@ public class BrokerStartup {
String classpath = BrokerStartup.class.getResource("/").getPath();
args = new String[] {"-c", classpath + "conf.properties"};
org.apache.rocketmq.broker.BrokerStartup.main(args);
System.out.println("Broker started.");
System.out.println("Broker started. name: " + org.apache.rocketmq.broker.BrokerStartup.properties.getProperty("brokerName"));
}
}
rocketmqHome=D:\\github\\incubator-rocketmq\\distribution
rocketmqHome=D:/github/incubator-rocketmq/distribution
namesrvAddr=127.0.0.1:9876
brokerName=broker-a
listenPort=10911
mapedFileSizeCommitLog=52428800
mapedFileSizeConsumeQueue=30000
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册