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
772 stars 126 forks source link

can't do more custom thing,because the chManger is private field #59

Closed ova1900 closed 2 years ago

ova1900 commented 2 years ago

i want to get the channel obj, to do more thing, can change the chManger field to public?

wagslane commented 2 years ago

I'm purposefully leaving that field hidden. If you want to do more custom things I would recommend just using the official AMQP library