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 #50

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.

Replaces #46

zema1 commented 2 years ago

Can this PR be merged? @wagslane I need the options in this pr. Thx.