1

I have implemented a Rebus endpoint as a service following this post (How to configure a Rebus endpoint to run as a service) but I'm wondering if there is a generic host application for Rebus like other bus services like NServiceBus, MassTransit, Shuttle?

Community
  • 1
  • 1
foxhard
  • 496
  • 4
  • 8

1 Answers1

1

I did play around with Topshelf at some point with the ambition to create a generic host, but I never got around to actually make it usable.

I'll definitely get around to finish it some time later, but these things usually arrive faster when I need it myself or someone else who is up to the task ;)

PS: If you have any questions e.g. regarding how you can build your own host, please don't hesitate to ask :)

mookid8000
  • 18,258
  • 2
  • 39
  • 63