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

Add all amqp.Publishing options for internal PublishOptions struct #46

Closed hashbou closed 2 years ago

hashbou commented 2 years ago

This enables the possibility to fully utilise the given options for publisher by the amqp library. Code is tested, formatted and linted with the given Makefile.

hashbou commented 2 years ago

Will close this in favour of #50