-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Host.AzureServiceBus] Modify user properties on failure / Supply reason and description on dead-letter #365
Conversation
9679984
to
ff082f0
Compare
Thanks for another great change that resolves #358! I have a small suggestion for the documentation - once that’s addressed, I’ll be happy to merge. Yes, v3 is out now! If you need this feature sooner, I can release it as 3.0.1 or a similar patch. |
ff082f0
to
99e9013
Compare
Hi @zarusz. The feature would be certainly be useful, but it's no rush if you have other plans/etc for a delayed release. |
Signed-off-by: Richard Pringle <[email protected]>
99e9013
to
ef97ce2
Compare
|
Hi @zarusz. Is it too late to change my mind on an early release? I've been told that my team is producing around 100gb of logs a day and reckon that I can reduce it substantially by dynamically changing the logging behaviour on a failure. |
Ok, let me push 3.0.1 today. |
Fantastic! Thank you very much. |
It has been done: https://www.nuget.org/packages/SlimMessageBus.Host.AzureServiceBus/3.0.1 |
#358 Added support for suppliying modified user properties with using an ASB transport when using a custom
ServiceBusConsumerErrorHandler<T>
implemntation andFailure()
.An option to supply a dead-letter reason/description when sending a message to the DLQ has also been included. If neither a reason nor description are supplied, it will fall back to the original implementation of exception type as the reason and exception message as the description.
PS. It's great to see that v3 has escaped :)