Cfengine3 Messaging

From PostgreSQL_wiki
Revision as of 17:16, 6 December 2015 by Martin (talk | contribs) (0mq)
Jump to: navigation, search
> what would be killer is a combination of the latest cfengine
> (with promise theory) and 0mq.
http://lists.zeromq.org/pipermail/zeromq-dev/2011-February/009491.html

0mq

ZeroMQ comes with 5 basic patterns

  • Synchronous Request/Response
  • Asynchronous Request/Response
  • Publish/Subscribe
  • Push/Pull
  • Exclusive Pair

Synchronous Request/Response

Asynchronous Request/Response

Publish/Subscribe

Push/Pull

Exclusive Pair