aspnetrun / run-aspnetcore-microservices

Microservices on .Net platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
https://www.udemy.com/course/microservices-architecture-and-implementation-on-dotnet/?couponCode=JULY24
MIT License
2.55k stars 1.38k forks source link

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

Closed mehmetozkaya closed 3 years ago

mehmetozkaya commented 3 years ago

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.