[zeromq-dev] ZeroMQ on Windows
Steven McCoy
steven.mccoy at miru.hk
Mon Jun 24 20:18:31 CEST 2013
On 24 June 2013 13:09, Nishant Mittal <nmittal at rblt.com> wrote:
> We have a requirement to write a small windows client that uses a SUB/DLR
> socket to connect to a PUB/RTR running on a linux machine. We tried a lot
> of different ways (Java, .NET) but couldnt get the client to work on
> windows.. windows keeps complaining zmq.dl not found.
>
>
The non-pure bindings require the binding as a library and the native
implementation as a library. This usually means the binding library is
configured per the language, e.g. java.library.path and the native library
defaults to the PATH environment variables.
There are however pure Java and .NET implementations which are
significantly easier to deploy, the former called JeroMQ the latter NetMQ.
Support contracts can usually be arranged through iMatix:
http://www.imatix.com/contact. I work in Manhattan if you need local
assistance.
--
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130624/90be4d34/attachment.htm>
More information about the zeromq-dev
mailing list