[zeromq-dev] Apache Mina framework equivalent for ZeroMQ for non-blocking io

Jigar Gosar jigar.g at directi.com
Fri Jun 8 09:30:01 CEST 2012


* thanks, but mina and netty work only with tcp sockets and not with
zeromq sockets.

* And the zeromq java binding is very similar to core java nio
library. But one has to write some boilerplate code, which mina and
netty do, but not for zeromq sockets.

* So for zeromq socket non-blocking io, I have to write a
Poller/Selector loop. I was looking for something that will provide
the boiler plate code. just like mina and netty do for tcp sockets for
non-blocking io.

* I presume there is nothing more in java/zeromq world for the same.
If any one thinks otherwise please point me in right direction.

thanks.

On 7 June 2012 14:33, John D. Mitchell <jdmitchell at gmail.com> wrote:
> On Jun 7, 2012, at 01:57 , Jigar Gosar wrote:
> [...]
>> * I have been using apache mina for non-blocking-io in java, and now
>> with zeromq I need something similar in Java.
>
> I'm not quite sure what you're asking but...
> * There exists a Java binding for zeromq.
> * There also exists a newer generation replacement for mina called Netty.
>
> I guess you might want to check them both out and see what works for you.
>
> Have fun,
> John
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev



-- 
Jigar Gosar



More information about the zeromq-dev mailing list