Azure / go-amqp

AMQP 1.0 client library for Go.
https://github.com/Azure/go-amqp
MIT License
104 stars 56 forks source link

Move per-message presettlement setting to SendOptions #264

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

It's purely a client side value and is not part of the message proper. Send now returns an error if the setting conflicts with the Sender.

Partially fixes https://github.com/Azure/go-amqp/issues/215