Hi Pieter, Thanx for the update. I tried the sample code and it persists the same issue. I am unable to receive any data from the ZMQ_STREAM socket where as send api returning success, is there any workable sample with a client with ZMQ_STREAM and server also having ZMQ_STREAM as two separate program to execute.
kindly advice on this. Thanx, Rashmi On Tue, Oct 22, 2013 at 10:58 PM, Pieter Hintjens <[email protected]> wrote: > Hi Rashmi, > > If you're going to use ZMQ_STREAM for everything, the results will be > clumsy compared to using PUB/SUB. > > Look in the tests/test_stream.cpp program for an example of how to send to > a stream socket as client or server. > > -Pieter > > > On Tue, Oct 22, 2013 at 7:17 PM, Rashmiranjan <[email protected]> wrote: > >> Hi Team, >> >> I am developing one own message Queue where Queue can receive multiple >> request from different publishers and will distribute to different >> subscribers(host). i checked in the net and found ZeroMQ is the suitable >> solution for my requirement. >> >> So I downloaded ZeoMQ 4.0.1 library and samples from the site and used >> the sample application to test. By using ZMQ_STREAM my Queue is able to >> receive the data from the normal socket but not able to send to normal >> socket. >> >> Kindly have any idea or any parameter need to set for the normal socket >> connectivity. >> >> -- >> Thanx and Regards >> >> *Rashmi...* >> Cell: 9566080845 >> >> *Protect our environment, keep it safe; tomorrow, we’ll be saved!* >> >> >> >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> >> > > > -- > - > Pieter Hintjens > CEO of iMatix.com > Founder of ZeroMQ community > blog: http://hintjens.com > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > -- Thanx and Regards *Rashmi...* Cell: 9566080845 *Protect our environment, keep it safe; tomorrow, we’ll be saved!*
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
