欢迎来到马士兵代码仓库
Sign In
msb_51332
/
lean_code
1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity
11 Commits
2 Branches
0 Tags
654 KiB
main
shun
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from 'main'
${ noResults }
Commit Graph

8 Commits (main)

Author SHA1 Message Date
夜灬瞬 014eedc4e1 死信队列 实现消息延迟消费 订单延迟取消
2 years ago
夜灬瞬 9ffc84f5dc 消息幂等性 为了防止重复消费 需要进行幂等性操作实现方法有很多 幂等表式其中一种解决方案 保存消息的uuid 如果不存在则代表没有重复消费 有就是重复消费
2 years ago
夜灬瞬 8c327d2bd0 b保证消息可靠性 就是以Confirm形式发送消息 ack失败则添加到数据库 使用定时任务重新发送
2 years ago
夜灬瞬 9a63a4524a 保证消息能发送
2 years ago
夜灬瞬 e60fd40ec3 优惠券模块消费消息
2 years ago
夜灬瞬 a429ddfc4c 下单服务发送消息
2 years ago
夜灬瞬 93e38dde45 配置 MQ
2 years ago
夜灬瞬 4233d106c1 服务创建 测试
2 years ago