EcovadisCode / Ev.ServiceBus

A wrapper to use Azure Service Bus in a ASP.NET Core project
MIT License
20 stars 9 forks source link

MessageId customization #59

Closed Alejandro-munoz-mulet-ev closed 1 year ago

Alejandro-munoz-mulet-ev commented 1 year ago

This Pr introduces minimal changes to allow the Ev.ServiceBus user to be able to set the messageId if needed using the MessageContext parameter in the Publish Method.

If no context or the messageId is null or empty, it will work as before. Using the generated MessageId.

benspeth commented 1 year ago

you need to update the CHANGELOG.md to document version 4.7.0

Alejandro-munoz-mulet-ev commented 1 year ago

Changelog updated to 4.7.0