Dcp.Net.MQ.RabbitMQ 1.0.3.1

dotnet add package Dcp.Net.MQ.RabbitMQ --version 1.0.3.1
NuGet\Install-Package Dcp.Net.MQ.RabbitMQ -Version 1.0.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="Dcp.Net.MQ.RabbitMQ" Version="1.0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dcp.Net.MQ.RabbitMQ --version 1.0.3.1
#r "nuget: Dcp.Net.MQ.RabbitMQ, 1.0.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 Dcp.Net.MQ.RabbitMQ as a Cake Addin
#addin nuget:?package=Dcp.Net.MQ.RabbitMQ&version=1.0.3.1

// Install Dcp.Net.MQ.RabbitMQ as a Cake Tool
#tool nuget:?package=Dcp.Net.MQ.RabbitMQ&version=1.0.3.1

更新nuget依赖geek.net.mq,udpate rabbitmq driver

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Dcp.Net.MQ.RabbitMQ:

Package Downloads
Dcp.Net.MQ.Rpc

RpcManager rpcManager = new RpcManager(_mqAddress, "demo测试131243"); rpcManager.RegisterAssembly(typeof(Program).Assembly); rpcManager.StartServer(); rpcManager.CreateClient(); var rpcTestApi = DcpApiClientProxy.Create<IRpcTestApi>(); while (Console.ReadLine()!="exit") { var result=rpcTestApi.WriteLine("测试WriteLine方法=》" + DateTime.Now).Result; Console.WriteLine("client"+result.data); }

Dcp.Net.MQ.Lib

增加kafka支持泛型与原始数组发送

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3.1 135 1/11/2024
1.0.2.8 130 12/18/2023
1.0.2.7 2,659 3/16/2022
1.0.2.6 641 3/11/2022
1.0.2.5 3,294 3/12/2021
1.0.2.4 1,682 2/25/2021
1.0.2.3 1,463 1/28/2021
1.0.2.2 569 1/28/2021
1.0.2.1 472 1/25/2021
1.0.2 3,815 1/18/2021
1.0.1.9 1,527 1/18/2021
1.0.1.8 347 1/18/2021
1.0.1.7 19,402 12/19/2019
1.0.1.6 5,730 10/10/2019
1.0.1.5 945 10/9/2019
1.0.1.4 3,511 7/9/2019
1.0.1.3 3,834 6/17/2019
1.0.1.2 9,532 1/10/2019
1.0.1.1 718 1/10/2019
1.0.0.9 1,791 1/9/2019
1.0.0.8 1,879 11/20/2018
1.0.0.7 4,846 10/26/2018
1.0.0.6 1,945 10/24/2018
1.0.0.5 2,062 10/19/2018
1.0.0.4 743 10/19/2018
1.0.0.3 2,703 10/17/2018
1.0.0.2 996 10/17/2018

增加消息丢失机制(超时丢弃)