Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • So a few comments. First. Thank you! Second. for now everything has to stay on a single massive server. And nothing can be containerized just yet either. i think we would have about 4 or 5 key Hangfire jobs that would need to listen and react to specific events or messages. Does this change any part of your response? Commented Jun 7, 2023 at 18:25
  • 1
    not really, it makes it even more questionable as to why you want to use a MQ when everything is one process anyway Commented Jun 7, 2023 at 19:14
  • like you create a background worker to run in the background. If you add a way of calling it you might as well have just called a function and not had a background worker! Commented Jun 7, 2023 at 19:16