1:解压
[root@iZwz94zhiwnwqzf7b66yxqZ middle]# unzip rocketmq-all-4.9.0-bin-release.zip
Archive: rocketmq-all-4.9.0-bin-release.zip
2:运行
[root@iZwz94zhiwnwqzf7b66yxqZ bin]# ./mqnamesrv &
[1] 61659
[root@iZwz94zhiwnwqzf7b66yxqZ bin]# Java HotSpot(TM) 64-Bit Server VM warning: Using the DefNew young collector with the CMS collector is deprecated and will likely be removed in a future release
Java HotSpot(TM) 64-Bit Server VM warning: UseCMSCompactAtFullCollection is deprecated and will likely be removed in a future release.
The Name Server boot success. serializeType=JSON
[root@iZwz94zhiwnwqzf7b66yxqZ bin]#
[root@iZwz94zhiwnwqzf7b66yxqZ bin]#
[root@iZwz94zhiwnwqzf7b66yxqZ bin]#
[root@iZwz94zhiwnwqzf7b66yxqZ bin]# ./mqbroker -n 127.0.0.1:9876 &
[2] 61702
[root@iZwz94zhiwnwqzf7b66yxqZ bin]#
[root@iZwz94zhiwnwqzf7b66yxqZ bin]# The broker[iZwz94zhiwnwqzf7b66yxqZ, 172.18.176.140:10911] boot success. serializeType=JSON and name server is 127.0.0.1:9876