This effectively means we do not need to implement IHostedService ourselves. The other advantage of using Rebus for us was that it makes the implementation very generic and in future we can easily migrate our solution to any other service provider if we choose to move to cloud.
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
Hi John, We have wrapped RabbitMQ implementation with a popular library Rebus.
Rebus provides a great abstraction over RabbitMQ and takes away all the complexities. See the sample here:
github.com/rebus-org/Rebus.Service...
This effectively means we do not need to implement
IHostedService
ourselves. The other advantage of using Rebus for us was that it makes the implementation very generic and in future we can easily migrate our solution to any other service provider if we choose to move to cloud.