Skip to content

Commit

Permalink
modify typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyijq committed Dec 28, 2018
1 parent 50ab00f commit b4218b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ QMQ是去哪儿网内部广泛使用的消息中间件,自2012年诞生以来
主要提供以下特性:
* 异步实时消息
* 延迟/定时消息(支持任意秒级)
* 广播消息(每个Consumer都收到相同消息,比如本地cache更新)
* 广播消息(每个Consumer都收到相同消息,比如本地cache更新)
* 基于Tag的服务端过滤
* Consumer端幂等处理支持
* Consumer端filter
Expand Down
4 changes: 2 additions & 2 deletions docs/cn/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ message.sync.timeout.ms=10
运行bin目录的tools.sh(windows平台使用tools.cmd),执行以下命令:

```
# 注册实时server的master节点
# 注册实时server的master节点
>tools.sh AddBroker --metaserver=<metaserver address> --token=<token> --brokerGroup=<groupName> --role=0 --hostname=<hostname> --ip=<ip> --servePort=20881 --syncPort=20882
```

```
# 注册实时server的slave节点
# 注册实时server的slave节点
>tools.sh AddBroker --metaserver=<metaserver address> --token=<token> --brokerGroup=<groupName> --role=1 --hostname=<hostname> --ip=<ip> --servePort=20881 --syncPort=20882
```

Expand Down

0 comments on commit b4218b3

Please sign in to comment.