I’ve read something about ZeroMQ
and its java clone recently and decided I should give it a try.
JeroMQ is quite small project (same as ZeroMQ I guess), so I
decided to checkout the sources directly, since that usually gives
me last version of everything, including samples etc. When I opened
the project in my IDE, I noticed some minor issues in the code,
starting with some unnecessary properties, ending with missing null
checks and invalid String comparisons. (You can find...