root@host apps]# unzip rocketmq-all-4.9.4-bin-release.zip
root@host apps]# ls
jdk1.8 lost+found rocketmq-all-4.9.4-bin-release
[root@host apps]# cd rocketmq-all-4.9.4-bin-release/
You have mail in /var/spool/mail/root
[root@host-172-19-145-106 rocketmq-all-4.9.4-bin-release]# ls
benchmark bin conf lib LICENSE NOTICE README.md
[root@host rocketmq-all-4.9.4-bin-release]# nohup sh bin/mqnamesrv >/dev/null 2>&1 & #启动
[2] 10044
You have mail in /var/spool/mail/root
[root@host rocketmq-all-4.9.4-bin-release]# nohup sh bin/mqbroker -n localhost:9876 >/dev/null 2>&1 & #启动
[3] 14127
[2] Exit 1 nohup sh bin/mqnamesrv > /dev/null 2>&1
[root@host-172-19-145-106 rocketmq-all-4.9.4-bin-release]# ps -ef | grep rocketmq
root 25198 103851 0 17:33 pts/0 00:00:00 grep --color=auto rocketmq
[3]+ Exit 1 nohup sh bin/mqbroker -n localhost:9876 > /dev/null 2>&1
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。