NimbusAPI / Nimbus

Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.
http://nimbusapi.com/
MIT License
113 stars 84 forks source link

When does it really make sense to use a project like Nimbus vs Hangfire? #257

Closed markalanevans closed 7 years ago

markalanevans commented 7 years ago

Our immediate need is background processing. Both provide this, however management is full featured(built in UI) and deployment is simpler with Hangfire, but a service bus does seem like it could be more robust.

Aside from sending emails and post processing data. What are some pretty common examples that make using a Service Bus the right choice over http://hangfire.io/ when dealing with large web application?

DamianMac commented 7 years ago

Maybe the gitter channel is a better spot for this