code4it-dev / blog-comments

https://www.code4it.dev/
1 stars 0 forks source link

blog/azure-service-bus-errors #28

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Handling Azure Service Bus errors with .NET - Code4IT

Senders and Receivers handle errors on Azure Service Bus differently. We'll see how to catch them, what they mean and how to fix them. We'll also introduce Dead Letters.

https://www.code4it.dev/blog/azure-service-bus-errors

marcroussy commented 2 years ago

Thanks for explaining the usage of the error handler. It's really not clear from the official docs what to use it for, in fact at first I thought it was the deadletter handler! I wish I could access the different actions on message like Postpone, Abandon, etc, from it though.

bellons91 commented 2 years ago

Yes, indeed! I had a hard time trying to understand how to deal with errors.