04、RocketMQ实战:RocketMQ的单机安装与启动

分布式消息队列RocketMQ

二、 RocketMQ的安装与启动

3.1)单机安装与启动

3、 1.1)准备工作;

软硬件需求:Linux系统要求是64位的,JDK要求是1.8及其以上版本的。

下载RocketMQ安装包:Apache RocketMQ

* 上传安装包至Linux服务器下,并解压,路径如下:

[root@VM-20-6-centos rocketmq-4.9.3]# pwd
/root/rocketmq/rocketmq-4.9.3
[root@VM-20-6-centos rocketmq-4.9.3]# ll
total 48
drwxr-xr-x 2 root root  4096 Feb 22 01:25 benchmark
drwxr-xr-x 3 root root  4096 Feb 22 00:25 bin
drwxr-xr-x 7 root root  4096 Feb 22 00:25 conf
drwxr-xr-x 2 root root  4096 Feb 22 01:25 lib
-rw-r--r-- 1 root root 17327 Feb 22 00:25 LICENSE
-rw-r--r-- 1 root root  1338 Feb 22 00:25 NOTICE
-rw-r--r-- 1 root root  6069 Feb 22 00:25 README.md

3、 1.2);