Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/02-producer/03message2.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ create topic to 127.0.0.1:10911 success.
TopicConfig [topicName=TopicTest, readQueueNums=8, writeQueueNums=8, perm=RW-, topicFilterType=SINGLE_TAG, topicSysFlag=0, order=true, attributes=null]
```

其次要保证NameServer中的配置 ```orderMessageEnable``` 和 ```returnOrderTopicConfigToBroker``` 必须是 true。如果上述任意一个条件不满足,则是保证可用性而不是严格顺序。
其次要保证NameServer中的配置 ```orderMessageEnable``` 必须是 true。如果上述任意一个条件不满足,则是保证可用性而不是严格顺序。