Skip to content

Commit 47c6e89

Browse files
authored
[ISSUE #9894] Update README for RocketMQ 5.3.4 and minor fixes (#9895)
1 parent 1a3c922 commit 47c6e89

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![Maven Central][maven-central-image]][maven-central-url]
66
[![Release][release-image]][release-url]
77
[![License][license-image]][license-url]
8-
[![Average Time to Resolve An Issue][percentage-of-issues-still-open-image]][percentage-of-issues-still-open-url]
9-
[![Percentage of Issues Still Open][average-time-to-resolve-an-issue-image]][average-time-to-resolve-an-issue-url]
8+
[![Average Time to Resolve An Issue][average-time-to-resolve-an-issue-image]][average-time-to-resolve-an-issue-url]
9+
[![Percentage of Issues Still Open][percentage-of-issues-still-open-image]][percentage-of-issues-still-open-url]
1010
[![Twitter Follow][twitter-follow-image]][twitter-follow-url]
1111

1212
**[Apache RocketMQ](https://rocketmq.apache.org) is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.**
@@ -49,21 +49,21 @@ $ java -version
4949
java version "1.8.0_121"
5050
```
5151

52-
For Windows users, click [here](https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-bin-release.zip) to download the 5.3.3 RocketMQ binary release,
52+
For Windows users, click [here](https://dist.apache.org/repos/dist/release/rocketmq/5.3.4/rocketmq-all-5.3.4-bin-release.zip) to download the 5.3.4 RocketMQ binary release,
5353
unpack it to your local disk, such as `D:\rocketmq`.
5454
For macOS and Linux users, execute following commands:
5555

5656
```shell
5757
# Download release from the Apache mirror
58-
$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-bin-release.zip
58+
$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.3.4/rocketmq-all-5.3.4-bin-release.zip
5959

6060
# Unpack the release
61-
$ unzip rocketmq-all-5.3.3-bin-release.zip
61+
$ unzip rocketmq-all-5.3.4-bin-release.zip
6262
```
6363

6464
Prepare a terminal and change to the extracted `bin` directory:
6565
```shell
66-
$ cd rocketmq-all-5.3.3-bin-release/bin
66+
$ cd rocketmq-all-5.3.4-bin-release/bin
6767
```
6868

6969
**1) Start NameServer**
@@ -98,17 +98,17 @@ The Name Server boot success...
9898
For macOS and Linux users:
9999
```shell
100100
### start Broker
101-
$ nohup sh bin/mqbroker -n localhost:9876 &
101+
$ nohup sh mqbroker -n localhost:9876 &
102102

103103
### check whether Broker is successfully started, eg: Broker's IP is 192.168.1.2, Broker's name is broker-a
104104
$ tail -f ~/logs/rocketmqlogs/broker.log
105-
The broker[broker-a, 192.169.1.2:10911] boot success...
105+
The broker[broker-a, 192.168.1.2:10911] boot success...
106106
```
107107

108108
For Windows users:
109109
```shell
110110
$ mqbroker.cmd -n localhost:9876
111-
The broker[broker-a, 192.169.1.2:10911] boot success...
111+
The broker[broker-a, 192.168.1.2:10911] boot success...
112112
```
113113

114114
### Run RocketMQ in Docker
@@ -239,7 +239,7 @@ services.
239239
[maven-central-image]: https://maven-badges.herokuapp.com/maven-central/org.apache.rocketmq/rocketmq-all/badge.svg
240240
[maven-central-url]: http://search.maven.org/#search%7Cga%7C1%7Corg.apache.rocketmq
241241
[release-image]: https://img.shields.io/badge/release-download-orange.svg
242-
[release-url]: https://www.apache.org/licenses/LICENSE-2.0.html
242+
[release-url]: https://rocketmq.apache.org/download/
243243
[license-image]: https://img.shields.io/badge/license-Apache%202-4EB1BA.svg
244244
[license-url]: https://www.apache.org/licenses/LICENSE-2.0.html
245245
[average-time-to-resolve-an-issue-image]: http://isitmaintained.com/badge/resolution/apache/rocketmq.svg

0 commit comments

Comments
 (0)