Pure Java implementation of the ZeroMQ messaging library, providing socket-based messaging patterns.
<dependency>
<groupId>org.zeromq</groupId>
<artifactId>jeromq</artifactId>
<version>0.6.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a REQ socket and send a request to a REP socket.
Create separate ZMQ.Context instances for each thread or use inproc transport.
No dependency data recorded yet.