Add a verfication section
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/commit/10f8abe5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/10f8abe5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/10f8abe5 Branch: refs/heads/asf-site Commit: 10f8abe52ce5c1fe81281400ef8d2fc9b77b76b9 Parents: 3bb9502 Author: Li Zhanhui <[email protected]> Authored: Wed Jun 7 12:41:13 2017 +0800 Committer: Li Zhanhui <[email protected]> Committed: Wed Jun 7 12:41:13 2017 +0800 ---------------------------------------------------------------------- .gitignore | 1 + _docs/17-rmq-schedule-example.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/10f8abe5/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 928dad0..ed99deb 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ example/_site Gemfile.lock node_modules npm-debug.log* +*.iml http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/10f8abe5/_docs/17-rmq-schedule-example.md ---------------------------------------------------------------------- diff --git a/_docs/17-rmq-schedule-example.md b/_docs/17-rmq-schedule-example.md index 0340f21..1fa1d64 100644 --- a/_docs/17-rmq-schedule-example.md +++ b/_docs/17-rmq-schedule-example.md @@ -79,4 +79,8 @@ public class ScheduledMessageProducer { } } -``` \ No newline at end of file +``` + +3. Verification + +You should see messages are consumed about 10 seconds later than their storing time. \ No newline at end of file
