wlliqipeng commented on a change in pull request #795: [RIP-9]To add English version of Examples of Ordered Messages in docs/en/ URL: https://github.com/apache/rocketmq/pull/795#discussion_r258358371
########## File path: docs/en/Example_Orderly.md ########## @@ -0,0 +1,235 @@ +#2 Example for ordered messages## + +RocketMQ provides ordered messages using FIFO order.All related messages need to be sent into the same message queue in an orderly manner. + +The following demonstrates ordered messages by ensuring order of create,pay,send and finish steps of sales order process. + +##2.1 produce ordered messages Review comment: A space is missed after # ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
