欢迎来到马士兵代码仓库
Sign In
msb_51332
/
lean_code
1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
shun
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from 'main'
${ noResults }
lean_code/a-rabbitMQ
History
夜灬瞬 014eedc4e1
死信队列 实现消息延迟消费 订单延迟取消
2 years ago
..
business 保证消息能发送 2 years ago
coupon 优惠券模块消费消息 2 years ago
integral 消息幂等性 为了防止重复消费 需要进行幂等性操作实现方法有很多 幂等表式其中一种解决方案 保存消息的uuid 如果不存在则代表没有重复消费 有就是重复消费 2 years ago
order 死信队列 实现消息延迟消费 订单延迟取消 2 years ago
placeOrder b保证消息可靠性 就是以Confirm形式发送消息 ack失败则添加到数据库 使用定时任务重新发送 2 years ago
stock 服务创建 测试 2 years ago
pom.xml 配置 MQ 2 years ago
test.http 服务创建 测试 2 years ago
说明 配置 MQ 2 years ago