Skip to content

Commit

Permalink
Update rocketmq version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuz10 authored Mar 4, 2024
1 parent 40abfaa commit d62d220
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ see https://openresty.org/cn/linux-packages.html for more distributions

### Install and start RocketMQ
```shell
wget https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip
unzip rocketmq-all-5.1.0-bin-release.zip
cd rocketmq-5.1.0
wget https://archive.apache.org/dist/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip
unzip rocketmq-all-5.2.0-bin-release.zip
cd rocketmq-5.2.0
nohup bash bin/mqnamesrv &
nohup bash bin/mqbroker -n localhost:9876 -c conf/broker.conf &
```
Expand Down Expand Up @@ -613,9 +613,9 @@ HTTP proxy provides http API of produce/consume messages. RocketMQ >= 5.0.0 is r
Install and start RocketMQ

```shell
wget https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip
unzip rocketmq-all-5.1.0-bin-release.zip
cd rocketmq-5.1.0
wget https://archive.apache.org/dist/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip
unzip rocketmq-all-5.2.0-bin-release.zip
cd rocketmq-5.2.0
nohup bash bin/mqnamesrv &
nohup bash bin/mqbroker -n localhost:9876 -c conf/broker.conf &
```
Expand Down

0 comments on commit d62d220

Please sign in to comment.