zeromq / majordomo

Majordomo Project
Mozilla Public License 2.0
114 stars 52 forks source link

A service oriented broker that implements the Majordomo protocol

This broker connects a set of clients to a set of workers who register particular "services". Client requests are then sent to workers according to their availability, and replies sent back to the original clients.

This implementation was developed using zproject and zproto projects.

The protocol, Majordomo Protocol 0.2, is specified in 18/MDP

For the older implementation, based on the Guide, see majordomo/libmdp.

Reference implementations of older wire protocols:

Architecture

Contribution process

Building and installing

See also