asc-lab / dotnetcore-microservices-poc

Very simplified insurance sales system made in a microservices architecture using .NET Core
https://www.altkomsoftware.com/blog/building-microservices-net-core-part-1-plan/
Apache License 2.0
1.89k stars 678 forks source link

Add Outbox pattern support for event sending with RabbitMQ #22

Closed wojteksuwala closed 5 years ago

wojteksuwala commented 5 years ago

add Outbox pattern for sending messages using RabbitMQ - to have transactional message processing

witek1902 commented 5 years ago

https://github.com/asc-lab/dotnetcore-microservices-poc/tree/outbox-pattern

witek1902 commented 5 years ago

Implementation ready.

wojteksuwala commented 4 years ago

branch merged