aspnetrun/run-aspnetcore-microservices

Processing messages from a message queue in the background of a web app

mehmetozkaya opened this issue · 0 comments

Existing solution consumes rabbitmq messages via middleware of Ordering microservices. This is not a good solution for it so refactor this feature to implement HostedService interface.