From charlesreid1

Revision as of 11:30, 16 February 2018 by Admin (talk | contribs) (Created page with "Zmq (abbreviation for Zero MQ) is messaging queue software. Messaging queue software follows the pub/sub (publisher/subscriber) architecture. This involves creating asychrono...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Zmq (abbreviation for Zero MQ) is messaging queue software.

Messaging queue software follows the pub/sub (publisher/subscriber) architecture. This involves creating asychronous messaging pipelines. Agents that are creating events can publish to a pipeline, while agents that are processing events can subscribe to a pipeline.