rebus-org / Rebus.AzureServiceBus

:bus: Azure Service Bus transport for Rebus
https://mookid.dk/category/rebus
Other
33 stars 20 forks source link

Ensure logging when dead lettering #76

Closed hjalle closed 2 years ago

hjalle commented 2 years ago

When not using dead lettering, logging is made by the PoisonQueueErrorHandler, but when using dead lettering, this is short circuited and only warnings are logged.

This PR makes sure that messages that are dead lettered also are error logged.


Rebus is MIT-licensed. The code submitted in this pull request needs to carry the MIT license too. By leaving this text in, I hereby acknowledge that the code submitted in the pull request has the MIT license and can be merged with the Rebus codebase.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

mookid8000 commented 2 years ago

It's out in Rebus.AzureServiceBus 9.0.7 on NuGet.org now 🎉

Thanks for fixing this. 🙂

hjalle commented 2 years ago

Thanks!