Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
Info
| Version: | 8.4.1 |
| Author(s): | ncc, savorboard |
| Last Update: | Thursday, October 23, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/dotnetcore/CAP |
| NuGet Url: | https://www.nuget.org/packages/DotNetCore.CAP.RabbitMQ |
Install
Install-Package DotNetCore.CAP.RabbitMQ
dotnet add package DotNetCore.CAP.RabbitMQ
paket add DotNetCore.CAP.RabbitMQ
DotNetCore.CAP.RabbitMQ Download (Unzip the "nupkg" after downloading)
Dependencies
- DotNetCore.CAP(>= 5.0.0126609691)
- RabbitMQ.Client(>= 6.2.1)
Tags