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