Description
Adds the ZeroMQ messaging library for building fast message-based communication between processes, services, or machines. Developers use it for queues, publish-subscribe patterns, request-reply flows, and distributed application components.
ZeroMQ provides messaging primitives, not a complete security policy. Applications must still design authentication, encryption, backpressure, retries, and message validation when used across trust boundaries.