Skip to content

Commit 67764c2

Browse files
author
boyunkai
committed
[feature]更新 README
1 parent 458fc7c commit 67764c2

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
@@ -4,7 +4,7 @@
44

55
使用`JmsMessagingTemplate`模板类来实现
66

7-
## 2. [(选做)基于数据库的订单表,模拟消息队列处理订单](src/main/java/io/byk/queue/order)
7+
### 2. [(选做)基于数据库的订单表,模拟消息队列处理订单](src/main/java/io/byk/queue/order)
88

99
> - 一个程序往表里写新订单,标记状态为未处理 (status=0);
1010
> - 另一个程序每隔 100ms 定时从表里读取所有 status=0 的订单,打印一下订单数据,然后改成完成 status=1;

0 commit comments

Comments
 (0)