Skip to content
miniway edited this page Aug 31, 2012 · 20 revisions

Welcome to the jeromq wiki!

Guide

Please read the bible first.

JeroMQ ported guide examples. I just changed the namespace from org.zeromq to org.jeromq and removed '\u0000' terminated string.

Cautions

  • Context.term() must be called before interrupting a thread by Thread.interrupt. Otherwise internal pipe which is used to signal ZMQ commands will be shutdown unexpectedly.
Clone this wiki locally