|
5 | 5 | [![Maven Central][maven-central-image]][maven-central-url] |
6 | 6 | [![Release][release-image]][release-url] |
7 | 7 | [![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] |
10 | 10 | [![Twitter Follow][twitter-follow-image]][twitter-follow-url] |
11 | 11 |
|
12 | 12 | **[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 |
49 | 49 | java version "1.8.0_121" |
50 | 50 | ``` |
51 | 51 |
|
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, |
53 | 53 | unpack it to your local disk, such as `D:\rocketmq`. |
54 | 54 | For macOS and Linux users, execute following commands: |
55 | 55 |
|
56 | 56 | ```shell |
57 | 57 | # 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 |
59 | 59 |
|
60 | 60 | # Unpack the release |
61 | | -$ unzip rocketmq-all-5.3.3-bin-release.zip |
| 61 | +$ unzip rocketmq-all-5.3.4-bin-release.zip |
62 | 62 | ``` |
63 | 63 |
|
64 | 64 | Prepare a terminal and change to the extracted `bin` directory: |
65 | 65 | ```shell |
66 | | -$ cd rocketmq-all-5.3.3-bin-release/bin |
| 66 | +$ cd rocketmq-all-5.3.4-bin-release/bin |
67 | 67 | ``` |
68 | 68 |
|
69 | 69 | **1) Start NameServer** |
@@ -98,17 +98,17 @@ The Name Server boot success... |
98 | 98 | For macOS and Linux users: |
99 | 99 | ```shell |
100 | 100 | ### start Broker |
101 | | -$ nohup sh bin/mqbroker -n localhost:9876 & |
| 101 | +$ nohup sh mqbroker -n localhost:9876 & |
102 | 102 |
|
103 | 103 | ### check whether Broker is successfully started, eg: Broker's IP is 192.168.1.2, Broker's name is broker-a |
104 | 104 | $ 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... |
106 | 106 | ``` |
107 | 107 |
|
108 | 108 | For Windows users: |
109 | 109 | ```shell |
110 | 110 | $ 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... |
112 | 112 | ``` |
113 | 113 |
|
114 | 114 | ### Run RocketMQ in Docker |
@@ -239,7 +239,7 @@ services. |
239 | 239 | [maven-central-image]: https://maven-badges.herokuapp.com/maven-central/org.apache.rocketmq/rocketmq-all/badge.svg |
240 | 240 | [maven-central-url]: http://search.maven.org/#search%7Cga%7C1%7Corg.apache.rocketmq |
241 | 241 | [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/ |
243 | 243 | [license-image]: https://img.shields.io/badge/license-Apache%202-4EB1BA.svg |
244 | 244 | [license-url]: https://www.apache.org/licenses/LICENSE-2.0.html |
245 | 245 | [average-time-to-resolve-an-issue-image]: http://isitmaintained.com/badge/resolution/apache/rocketmq.svg |
|
0 commit comments