A lightweight messaging kernel

ØMQ is an open source API that extends the standard BSD socket interface with features traditionally provided by specalized messaging middleware. ØMQ sockets provide an abstraction of asynchronous messages queues, multiple messaging patterns, message filtering, together with seamless access to multiple transport protocols and more.

Current Release

Visit the project site for documentation on using and further information about ØMQ.

You may require installation of the Microsoft Visual C++ 2010 Redistributable Package (x86) or (x64).

Beta Release

Java Bindings

Older Versions