tree: 14bc8b0e707de48fd37233da4123981bad9046b7 [path history] [tgz]
  1. dledger/
  2. cachedog.sh
  3. cleancache.sh
  4. cleancache.v1.sh
  5. mqadmin
  6. mqadmin.cmd
  7. mqbroker
  8. mqbroker.cmd
  9. mqbroker.numanode0
  10. mqbroker.numanode1
  11. mqbroker.numanode2
  12. mqbroker.numanode3
  13. mqnamesrv
  14. mqnamesrv.cmd
  15. mqshutdown
  16. mqshutdown.cmd
  17. os.sh
  18. play.cmd
  19. play.sh
  20. README.md
  21. runbroker.cmd
  22. runbroker.sh
  23. runserver.cmd
  24. runserver.sh
  25. setcache.sh
  26. startfsrv.sh
  27. tools.cmd
  28. tools.sh
distribution/bin/README.md

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