[zeromq-dev] How to use FileMQ?

Kevin Sapper kevinsapper88 at gmail.com
Wed Jan 31 19:18:12 CET 2018


Hi Richard,

have a look at the server and client implementation in src. Those should 
get you started quickly.

* https://github.com/zeromq/filemq/blob/master/src/filemq_server.c
* https://github.com/zeromq/filemq/blob/master/src/filemq_client.c

For a more through documentation check out the zguide:

http://zguide.zeromq.org/page:all#Large-Scale-File-Publishing-FileMQ

Cheers
//Kevin

On 30.01.2018 21:10, Richard Závodný wrote:
> Hi,
> I want use FileMQ and ZeroMQ in my project (C++). I successfully sent 
> message and received response using pure ZeroMQ, but don't know how to 
> use FileMQ for sending file. Let's say, I want transfer .jpg file from 
> client to server. How do I do that? Also how do I handle big files? Is 
> in FileMQ some lossless compression algorithm (like zlib), or I need 
> use another library if I want achieve that?
>
> Thanks, hope you help me. :)
> Richard
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev




More information about the zeromq-dev mailing list