eventflow / EventFlow

Async/await first CQRS+ES and DDD framework for .NET
https://docs.geteventflow.net/
Other
2.33k stars 442 forks source link

Migrate RabbitMq to V1 #997

Closed kyle-bradley closed 1 year ago

kyle-bradley commented 1 year ago

This is a fix for the previous PR https://github.com/eventflow/EventFlow/pull/995

Sorry for the duplicate and messy commit history. My local Git / VS has been causing issues where it would create infinite merge loops. I have updated both now and it appears to have rectified the bug.

Regarding the PR itself, I noticed a double nesting with MongoDb in develop-v1. I believe that was done by mistake so removed that in this commit.