wagslane / go-rabbitmq

A wrapper of streadway/amqp that provides reconnection logic and sane defaults
https://blog.boot.dev/golang/connecting-to-rabbitmq-in-golang-easy/
MIT License
768 stars 125 forks source link

1.删除Fatal 2.暴露channel方法 #124

Closed xmapst closed 1 year ago

xmapst commented 1 year ago
  1. 删除Fatal 使用第三方日志库时Fatal会引起程序终止
  2. 暴露channel方法 特殊场合下需要用到channel进行一些操作, 例如: 只创建死信队列和绑定关系
wagslane commented 1 year ago

Please post an English explanation of the changes