Skip to content
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

🕵️ Investigate in places where exceptions are being caught in the Azure Service bus message router #456

Open
stijnmoreels opened this issue Dec 9, 2024 · 1 comment
Labels
area:message-processing All issues related to how we process the messages integration:service-bus All issues concerning integration with Azure Service Bus
Milestone

Comments

@stijnmoreels
Copy link
Member

  • An unexpected exception during message routing is something else then a message for which the MessageRouter can't find a MessageHandler ?

  • The catch block around the single message processing: does this catch the exceptions that might be thrown by the MessageHandler's implementation ? It seems that this is already handled somewhere else. If so, I think we can indeed remove that catch block.

Originally posted by @fgheysels in #453 (comment)

@stijnmoreels stijnmoreels added integration:service-bus All issues concerning integration with Azure Service Bus area:message-processing All issues related to how we process the messages labels Dec 9, 2024
@stijnmoreels stijnmoreels added this to the v2.1.0 milestone Dec 9, 2024
@github-project-automation github-project-automation bot moved this to To do in Roadmap Dec 9, 2024
@fgheysels
Copy link
Member

This issue has been created to review the exception throwing and handling in Arcus.Messaging and see if we can simplify it a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:message-processing All issues related to how we process the messages integration:service-bus All issues concerning integration with Azure Service Bus
Projects
Status: To do
Development

No branches or pull requests

2 participants