KedeGroup.Messaging
1.2.1
dotnet add package KedeGroup.Messaging --version 1.2.1
NuGet\Install-Package KedeGroup.Messaging -Version 1.2.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="KedeGroup.Messaging" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KedeGroup.Messaging --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: KedeGroup.Messaging, 1.2.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 KedeGroup.Messaging as a Cake Addin #addin nuget:?package=KedeGroup.Messaging&version=1.2.1 // Install KedeGroup.Messaging as a Cake Tool #tool nuget:?package=KedeGroup.Messaging&version=1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
基于消息队列的消息库
1)消息发送端引入事件:OnMessageSent、OnMessageSendingFailed、OnMessageSendingSucceeded;
2)消息接收端引入事件:OnMessageReceived、OnMessageHandlingFailed、OnMessageHandlingSucceeded;
3)修复接收端消费者Shutdown之后,可能存在一个通道里同一个队列存在多个消费者的问题;
4)RpcServer初始化时,自动创建direct类型的Exchange,默认名称为rpc,绑定的Key为methodName;RpcClient初始化时也指定Exchange,并以methodName作为routingKey
5)RpcServer并行度优化,之前并行度设置并没有起并行处理的效果。
更新日期:2019/07/03
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. 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.
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 9.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on KedeGroup.Messaging:
Package | Downloads |
---|---|
KedeGroup.Messaging.RabbitMQ
基于RabbitMQ消息队列的消息库 1)修复消息处理器执行业务逻辑出错时,导致重复丢弃消息引发Channel出错的bug。 更新日期:2019/07/03 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.1 | 834 | 7/3/2019 |