Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (10 loc) · 294 Bytes

CHANGELOG.md

File metadata and controls

10 lines (10 loc) · 294 Bytes

2018-09-27(1.0)

  • 加入Polly,连接错误后使用指数重试机制(默认50次)

2018-07-05(0.0.8)

  • 增加ButterFly的支持

2018-06-28(0.0.7)

  • 默认开启交换机、队列、消息的持久化
  • 当没有消费者的时候生产者会重新发送消息
  • 如果RabbitMQ中已经存在交换机,则直接采用此交换机,否则创建
  • 队列同上
  • fix bug