[zeromq-dev] ZeroMQ C++
Brett Viren
bv at bnl.gov
Thu Jul 25 19:31:50 CEST 2019
SIMON BABY <simonkbaby at gmail.com> writes:
> I am looking for a sample source code in c++ with multiple end-points defined in the same process.
> Basically my process has to send a receive messages to/from other processes.
These two requirements seem contradictory to me.
In any case, the zmqpp package has tests written in C++ that have
multiple sockets in the same process.
https://github.com/zeromq/zmqpp/blob/develop/src/tests/test_socket.cpp#L84
I happen to develop in C++ and use libczmq. Although it is a C library,
there has been nothing that limits me using it with C++.
-Brett.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20190725/9b78dfa5/attachment.sig>
More information about the zeromq-dev
mailing list