Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Distributed Messaging with ZeroMQ

Distributed Messaging with ZeroMQ

Code Repo: http://j.mp/hyd-0mq

Zakiullah Khan

November 29, 2014
Tweet

More Decks by Zakiullah Khan

Other Decks in Technology

Transcript

  1. Request / Reply Pattern Used for sending a request &

    receiving subsequent replies for each one sent
  2. Publish / Subscribe Pattern Used for distributing data from a

    single process (publisher) to multiple recipients (subscribers)