Which is the best way to handle incoming events from external sources, like message queuing, since we don't have a current context available, I mean I want to process those messages inside a correct ABP context in terms of unit of work, localization manager, inject repositories, managers, etc.
I was looking around BackgroundManager implementation to have a hint on this way, but I'm not sure if I'm on the right way.
Many thanks in advance, and thanks for your great work!