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

Add support for PublishWithContext #90

Closed aksu104128 closed 1 year ago

aksu104128 commented 1 year ago

so one can control the life cycle of publishing

aaqaishtyaq commented 1 year ago

@wagslane @aksu104128 Added a PR for this. Please review.