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
785 stars 128 forks source link

bugfix: graceful consumer shutdown #178

Closed eric-chao closed 2 months ago

eric-chao commented 3 months ago

Add handlerWrapper to active consumer shutdown gracefully.

@thibleroy @astromechza @wagslane

I think this is a better fix, please help to review.

thanks .

thibleroy commented 2 months ago

@wagslane sorry for the savage tag but the feature is broken :'(

wagslane commented 2 months ago

Thanks!