NsqSharp 0.3.1
See the version list below for details.
dotnet add package NsqSharp --version 0.3.1
NuGet\Install-Package NsqSharp -Version 0.3.1
<PackageReference Include="NsqSharp" Version="0.3.1" />
paket add NsqSharp --version 0.3.1
#r "nuget: NsqSharp, 0.3.1"
// Install NsqSharp as a Cake Addin #addin nuget:?package=NsqSharp&version=0.3.1 // Install NsqSharp as a Cake Tool #tool nuget:?package=NsqSharp&version=0.3.1
Client library for NSQ, a realtime distributed messaging platform. http://nsq.io/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NsqSharp:
Package | Downloads |
---|---|
Rpac.Core.Mail
Rpac.Core.Mail |
GitHub repositories
This package is not used by any popular GitHub repositories.
New features:
- NsqdHttpApi.Stats returns deserialized object model instead of JSON string
- Allow registering IHandleMessages<> interfaces as handlers to be resolved by DI container (support one concrete class handling multiple messages)
- Improve exception messages for missing channel/topic registrations and handler configuration
- Add BackoffTriggered (bool) and RequeuedUntil (DateTime?) properties to Message and IMessageInformation for auditing
- Add convenience classes to the NsqSharp.Bus.BuiltIn namespace: HandlerTypeToChannelDictionary and MessageTypeToTopicDictionary
- Add support for unit testing with BusService.Start
- Add .NET 3.5 support
- NuGet Packages for .NET 4.5.2, 4.5.1, 4.5, 4.0, and 3.5
Fixed issues:
- Fixed issue with Producer locking when exception thrown during initial nsqd Connect
Signature changes:
- IObjectBuilder: Add "where T : class" on Inject<T> method
- NsqdHttpApi.Stats returns NsqdStats instead of string
- IFailedMessageInformation: FailedException property renamed to Exception
- BusConfiguration: Constructor parameter 'defaultNsqlookupdHttpEndpoints' renamed to 'defaultNsqLookupdHttpEndpoints'