tree: 094152d07abf611e653cae77b57b9638ff0e977b [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. mqbrokercontainer
  15. mqnamesrv
  16. mqnamesrv.cmd
  17. mqshutdown
  18. mqshutdown.cmd
  19. os.sh
  20. play.cmd
  21. play.sh
  22. README.md
  23. runbroker.cmd
  24. runbroker.sh
  25. runserver.cmd
  26. runserver.sh
  27. setcache.sh
  28. startfsrv.sh
  29. tools.cmd
  30. 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