yshop3.0-RC2版本

This commit is contained in:
hupeng
2020-07-09 15:16:42 +08:00
parent 7347f37e19
commit 43f5ef2e41
353 changed files with 12676 additions and 1920 deletions

View File

@ -0,0 +1,29 @@
### Operating system tuning
Before deploying broker servers, it's highly recommended to run **os.sh**, which is to optimize your operating system for better performance.
## Notice
### os.sh should be executed only once with root permission.
### os.sh parameter settings are for reference purpose only. You can tune them according to your target host configurations.
### Start broker
* Unix platform
`nohup sh mqbroker &`
### Shutdown broker
sh mqshutdown broker
### Start Nameserver
* Unix platform
`nohup sh mqnamesrv &`
### Shutdown Nameserver
sh mqshutdown namesrv
### Update or create Topic
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