NF.Core.MQ 3.1.2

dotnet add package NF.Core.MQ --version 3.1.2
                    
NuGet\Install-Package NF.Core.MQ -Version 3.1.2
                    
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="NF.Core.MQ" Version="3.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NF.Core.MQ" Version="3.1.2" />
                    
Directory.Packages.props
<PackageReference Include="NF.Core.MQ" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NF.Core.MQ --version 3.1.2
                    
#r "nuget: NF.Core.MQ, 3.1.2"
                    
#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.
#:package NF.Core.MQ@3.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NF.Core.MQ&version=3.1.2
                    
Install as a Cake Addin
#tool nuget:?package=NF.Core.MQ&version=3.1.2
                    
Install as a Cake Tool

消息队列组件,服务启动自动连接,依赖项更新

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on NF.Core.MQ:

Package Downloads
NF.Common.WeiXin

微信接口库

NF.Interconnector.Core

认证及数据处理核心组件,增加token本地缓存

NF.Common.Message

消息发送、推送组件,短信增加类型

NF.Common.Alipay

JQIT支付宝相关接口,net5.0使用3以下的版本

NF.Core.Logger

日志类库,基于rabbitmq的分布式日志处理,日志触发方增加服务器名

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.2 150 9/5/2025
3.1.2-beta01 143 9/5/2025
3.1.1 1,454 12/4/2024
3.1.1-beta01 103 12/3/2024
3.1.0 663 11/29/2024
3.1.0-beta01 253 9/4/2024
3.0.3 661 4/2/2024
3.0.3-beta04 152 3/29/2024
3.0.3-beta03 111 3/29/2024
3.0.3-beta02 111 3/29/2024
3.0.2 184 3/29/2024
3.0.2-beta03 135 3/29/2024
3.0.2-beta02 141 3/29/2024
3.0.1 2,556 7/17/2023
3.0.0 2,874 4/6/2023
3.0.0-beta1 441 3/20/2023
2.0.13 428 11/25/2022
2.0.13-bate5 233 11/24/2022
2.0.13-bate3 230 11/24/2022

消息队列组件,优化MQ的Channel和Conection销毁