Pure java ZeroMQ clients?

fanar picture fanar · Aug 15, 2010 · Viewed 9.6k times · Source

I am trying to use ZeroMQ's pub sub messaging, but the client side requires the code to be all Java. I understand that ZeroMQ has a Java binding but that still relies on a c library, therefore I am unable to use it. Is there a ZeroMQ client I can use to connect to the server, or is the implementation simple enough for me to do myself?

Answer

Min picture Min · Sep 3, 2012

I'm working on pure java ZeroMQ.

https://github.com/miniway/jeromq

Even it is very early stage and might not quite fit for production usage right now.

But I hope it would help, as I made it with a passion.