ZMQ.jl

A Julia interface to ZeroMQ.

ZMQ.jl is a Julia interface to ZeroMQ, The Intelligent Transport Layer.

Package Features

  • Access ZeroMQ sockets from Julia

The Guide provides a tutorial explaining how to get started using ZMQ.jl.

Some examples are linked on the Examples page.

See the Reference for the complete list of wrapped functions and types.

Danger

This library is a thin layer on top of ZeroMQ, and as such has mostly the same threadsafety support: not a lot. None of the functions in ZMQ.jl are threadsafe unless explicitly documented otherwise.