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. delete logger Fatal. 2. Expose the channel method #125

Closed xmapst closed 1 year ago

xmapst commented 1 year ago
  1. Delete logger Fatal interface Fatal will cause the program to terminate when using a third-party log library
  2. Expose the channel method In special occasions, you need to use the channel to perform some operations, for example: only create dead letter queues and binding relationships
xmapst commented 1 year ago

@wagslane check