Skip to content

Files

Latest commit

7d9eac4 · Feb 10, 2017

History

History
This branch is 8192 commits behind apache/rocketmq:master.

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 10, 2017
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Jan 9, 2017
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016

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