Taurus.DTC.RabbitMQ 3.3.1

dotnet add package Taurus.DTC.RabbitMQ --version 3.3.1
NuGet\Install-Package Taurus.DTC.RabbitMQ -Version 3.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Taurus.DTC.RabbitMQ" Version="3.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Taurus.DTC.RabbitMQ --version 3.3.1
#r "nuget: Taurus.DTC.RabbitMQ, 3.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Taurus.DTC.RabbitMQ as a Cake Addin
#addin nuget:?package=Taurus.DTC.RabbitMQ&version=3.3.1

// Install Taurus.DTC.RabbitMQ as a Cake Tool
#tool nuget:?package=Taurus.DTC.RabbitMQ&version=3.3.1

RabbitMQ 版本:Taurus.DTC 是一款适用于微服务间的分布事务的框架,支持 .Net 和 .Net Core 版本,数据存储支持多种数据库(MySql、MSSQL、Oracle、Sqlite、PostgreSql、FireBird、Sybase、DB2、DaMeng、KingBaseES 等),消息队列支持 RabbitMQ 和 Kafka。(Taurus.DTC is a framework suitable for distributed transactions between microservices, supporting Net and Net Core dual series version)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.1 93 1/29/2024
3.3.0 82 1/28/2024
3.2.1 99 1/10/2024
3.2.0.3 94 1/9/2024
3.2.0.2 93 1/9/2024
3.2.0.1 88 1/9/2024
3.2.0 91 1/9/2024

V3.2.1 - 2024-01-10
----------------------------------------------------------
1、使用数据库=》分布式存储=》本地硬盘 三种方式顺序决定持久化,保障数据不丢失。
2、新增:支持数据库:MSSQL、MySql、Oracle、PostgreSql、Sybase、DB2、FireBird、Sqlite、DaMeng(达梦)、KingBaseES(人大金仓)等。
3、新增:支持消息队列:RabbitMQ、Kafka。
4、新增:支持分布式存储:Redis、MemCache。
5、新增:支持分布式锁:Redis锁、MemCache锁、Local本地锁、File本地文件锁。
6、优化:保障数据库、MQ服务挂掉及重启,程序不阻塞、流畅等待服务恢复后自动执行。
7、优化:使用交换机和多队列模式,保障任务及事务流畅。
8、优化:针对MQ增加单独版本发布版本,减少不必要的依赖。
9、优化:针对回调或方法订阅、采用分布式锁,保障一个即使并发情况下,使用端只执行1次。
10、优化:调试追踪的日志输出。(2024-01-00)
-------------------------------------------------------
更多日志见:https://www.nuget.org/packages/Taurus.DTC#releasenotes-body-tab