Re: [zeromq-dev] Looking for C++ and Java APIs for sending large messages around 15 MB

2016-06-01 Thread Joshua Foster
Multipart messages won’t help because they are sent atomically, ZeroMQ sees them as a single message. Joshua > On Jun 1, 2016, at 2:14 AM, yogesh fulsunge wrote: > > Dear Team, > > I am looking for zeromq apis in C++ and java for sending large message sizes >

[zeromq-dev] XPUB/XSUB subscriptions and protocol differences between 3.0 and 3.1

2016-06-01 Thread Julien Kauffmann
Hi, I've been working on a Python asyncio-native implementation of ZMTP during the past weeks. So far everything is going great, but as I wrote interoperability tests with pyzmq, I stumbled on a question for which I couldn't find an answer in the various RFCs/documentations. I've

Re: [zeromq-dev] Regarding Push Pull Pattern

2016-06-01 Thread Doron Somech
Yes. You can bind the pull socket and connect the push sockets. You can also connect the pull socket to each of the push sockets. On Wed, Jun 1, 2016 at 12:02 PM, yogesh fulsunge wrote: > Dear Team, > > Can you please let me know if it is possible to connect multiple

[zeromq-dev] Regarding Push Pull Pattern

2016-06-01 Thread yogesh fulsunge
Dear Team, Can you please let me know if it is possible to connect multiple clients to push messages using push socket to single pull socket?? PUSH - PUSH2PULL - PUSH3 Regards, Yogesh ___ zeromq-dev mailing

Re: [zeromq-dev] Looking for C++ and Java APIs for sending large messages around 15 MB

2016-06-01 Thread Doron Somech
Take a look at FileMQ. On Jun 1, 2016 9:15 AM, "yogesh fulsunge" wrote: > Dear Team, > > I am looking for zeromq apis in C++ and java for sending large message > sizes around 15 MB in one request. > > I would like to know if multipart message is the only option to send