Skip to content

Latest commit

 

History

History
executable file
·
5 lines (5 loc) · 273 Bytes

File metadata and controls

executable file
·
5 lines (5 loc) · 273 Bytes

异步处理好用,但非常容易用错

  • 异步处理需要消息补偿闭环:compensation
  • 注意消息模式是广播还是工作队列:fanoutvswork
  • 别让死信堵塞了消息队列:deadletter
  • (补充)使用RMQ的DLX实现延迟重试:rabbitmqdlx