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?
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.