clrzmq 3.0.0-rc1
The clrzmq project contains .NET bindings for ØMQ (ZeroMQ), an open source, high performance transport layer. Targets Any CPU and includes compiled versions of the native libzmq library for x86 and x64.
This is a prerelease version of clrzmq.
Install-Package clrzmq -Version 3.0.0-rc1
dotnet add package clrzmq --version 3.0.0-rc1
<PackageReference Include="clrzmq" Version="3.0.0-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add clrzmq --version 3.0.0-rc1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on clrzmq:
Package | Downloads |
---|---|
Succubus.Backend.ZeroMQ
Succubus Distributed Application Framework
|
|
ServiceProxy.Zmq
ServiceProxy.Zmq is a scalable request/reply messaging framework built with ZeroMQ that supports service contracts using ServiceProxy.
|
|
Minimod.ZeroMqMessageStream
A minimod for messaging processing.
|
|
ZMQ4Log4Net
A log4net custom appender for publishing logging events as messages to a specific port for remote monitoring of activity.
Sample Config:
<appender name="ZMQ4Log4Net" type="ZMQ4Log4Net.Appender, ZMQ4Log4Net">
<filter type="log4net.Filter.LevelRangeFilter">
<levelMin value="DEBUG" />
<levelMax value="INFO" />
</filter>
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date [%level] %logger - %message" />
</layout>
<BindAddress>tcp://*:5563</BindAddress>
</appender>
To receive the logs, create a subscriber using the same ZMQ library and bind to the same port used in the config above. You should be receiving logs in no time.
|
|
clrzmq.services
An extension to clrzmq that allows a more .NETish usage of ZeroMQ
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.0-rc1 | 35,573 | 11/6/2012 |
3.0.0-beta3 | 797 | 10/15/2012 |
3.0.0-beta2 | 917 | 7/24/2012 |
3.0.0-beta1 | 784 | 7/16/2012 |
3.0.0-alpha1 | 1,989 | 2/8/2012 |
2.2.5 | 28,391 | 7/21/2012 |
2.2.4 | 873 | 7/16/2012 |
2.2.3 | 2,238 | 3/28/2012 |
2.2.2 | 2,168 | 1/24/2012 |
2.2.1 | 993 | 12/17/2011 |
2.2.0 | 1,607 | 12/16/2011 |
2.1.0.2011100900 | 1,243 | 12/11/2011 |