NsqSharp 0.5.1-beta1
See the version list below for details.
dotnet add package NsqSharp --version 0.5.1-beta1
NuGet\Install-Package NsqSharp -Version 0.5.1-beta1
<PackageReference Include="NsqSharp" Version="0.5.1-beta1" />
paket add NsqSharp --version 0.5.1-beta1
#r "nuget: NsqSharp, 0.5.1-beta1"
// Install NsqSharp as a Cake Addin #addin nuget:?package=NsqSharp&version=0.5.1-beta1&prerelease // Install NsqSharp as a Cake Tool #tool nuget:?package=NsqSharp&version=0.5.1-beta1&prerelease
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 is compatible. 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:
- Add INsqdPublisher interface to control publishing on the bus
- Add NsqdHttpPublisher and NsqdTcpPublisher built-in implementations of INsqdPublisher
- BusConfiguration:
- Add optional bool logOnProcessCrash parameter to constructor (default is true)
- Add optional INsqdPublisher parameter to constructor (default is NsqdTcpPublisher)
- Producer: Set id to sequential instance count, used in logging (feature has existed in Consumer)
Breaking changes (and some new features):
- BusConfiguration:
- Change defaultConsumerNsqConfig parameter name to nsqConfig in constructor (affects Consumer same as before; now also affects Producer if NsqdTcpPublisher used)
- Default publish method (when calling bus.Send) changed from HTTP to TCP
- Remove static class NsqdHttpApi, replaced with NsqdHttpClient and NsqlookupdHttpClient
- Consumer, Producer, and Chan<T> classes sealed
Bug fixes:
- Remove /ping check at bus start; fixes issue when service would not start if nsqd/nsqlookupd were not already started