Skip to content

azmqv2025-11-30

Updated

Boost Asio style bindings for ZeroMQ
This library is built on top of ZeroMQ's standard C interface and is intended to work well with C++ applications which use the Boost libraries in general, and Asio in particular.
The main abstraction exposed by the library is azmq::socket which provides an Asio style socket interface to the underlying zeromq socket and interfaces with Asio's io_service(). The socket implementation participates in the io_service's reactor for asynchronous IO and may be freely mixed with other Asio socket types (raw TCP/UDP/Serial/etc.).

#License

Could not be determined

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

and 43 transitive dependencies:

#Host Dependencies

3 transitive dependencies:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Robert Schumacher's avatarRobert Schumacher
  • NancyLi1013's avatarNancyLi1013
  • Billy O'Neal's avatarBilly O'Neal
  • Connor Broyles's avatarConnor Broyles
  • Jón Bjarni's avatarJón Bjarni
  • Connor Broyles's avatarConnor Broyles

#Changelog

  • b273262[azmq] Update to 2025-11-30 (#48999)
  • 8af5fd1[azmq] update to 2023-03-23 (#34193)
  • fe8bfda[azmq] update to v1.0.3 (#26212)
  • b295670Bulk convert control files. (#19986)
  • d0a4655[azmq] Update to latest commit and support boost 1.70 (#10288)
  • 8d8e676[azmq] Initial commit of 1.0.2