Skip to content

Commit d24a243

Browse files
author
boyunkai
committed
[feature]更新 README
1 parent d7773c8 commit d24a243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

09mq/activemq-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
> - 一个程序往表里写新订单,标记状态为未处理 (status=0);
1010
> - 另一个程序每隔 100ms 定时从表里读取所有 status=0 的订单,打印一下订单数据,然后改成完成 status=1;
11-
> - **TODO (挑战☆)考虑失败重试策略,考虑多个消费程序如何协作。**
11+
> - (挑战☆)考虑失败重试策略,考虑多个消费程序如何协作。
1212
1313
#### 解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题
1414

0 commit comments

Comments
 (0)