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