提交 b46c6872 编写于 作者: S stevenschew 提交者: lollipop

Remove native characters in README. reviewed by @vongosling

上级 b04125b8
### 操作系统调优 ### Operating system tuning
在生产环境部署Broker前,必须要执行os.sh,对操作系统进行调优 Before the broker deployment, you must run **os.sh**, which is optimized for your operating system.
**P.S: os.sh只能执行一次,需要sudo root权限** ## Notice
### os.sh should be executed only once with the root permission.
### os.sh parameter settings is just for reference. You can tune it in your target host systems.
### 启动broker
* Unix平台 ### Start broker
* Unix platform
`nohup sh mqbroker &` `nohup sh mqbroker &`
* Windows平台(仅支持64位 * Windows platform(Only support 64 bit
`mqbroker.exe` `mqbroker.exe`
### 关闭broker ### Shutodwn broker
sh mqshutdown broker sh mqshutdown broker
### 启动Name Server ### Start Nameserver
* Unix平台 * Unix platform
`nohup sh mqnamesrv &` `nohup sh mqnamesrv &`
* Windows平台(仅支持64位 * Windows platform(Only support 64 bit
`mqnamesrv.exe` `mqnamesrv.exe`
### 关闭Name Server ### Shutdown Nameserver
sh mqshutdown namesrv sh mqshutdown namesrv
### 更新或创建Topic ### Update or create Topic
sh mqadmin updateTopic -b 127.0.0.1:10911 -t TopicA sh mqadmin updateTopic -b 127.0.0.1:10911 -t TopicA
### 更新或创建订阅组 ### Update or create subscription group
sh mqadmin updateSubGroup -b 127.0.0.1:10911 -g SubGroupA sh mqadmin updateSubGroup -b 127.0.0.1:10911 -g SubGroupA
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册