iiRecord
Agentic AI Atlas · ZeroMQ
tool:zeromqa5c.ai
II.
Tool JSON

tool:zeromq

Structured · live

ZeroMQ json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-messaging.yamlCluster · domain
Record JSON
{
  "id": "tool:zeromq",
  "_kind": "Tool",
  "_file": "domain/tools/tools-messaging.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "ZeroMQ",
    "homepageUrl": "https://zeromq.org",
    "kind": "other",
    "description": "Asynchronous messaging library providing socket primitives for distributed\nand concurrent applications. Supports patterns like push/pull, pub/sub,\nreq/rep, and dealer/router with bindings for 40+ languages.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:zeromq",
      "to": "language:cpp",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:zeromq",
      "to": "skill-area:event-driven-architecture",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:zeromq",
      "to": "skill-area:event-driven-architecture",
      "kind": "used_for"
    },
    {
      "from": "tool:zeromq",
      "to": "tool:rabbitmq",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Message brokers"
      }
    },
    {
      "from": "tool:zeromq",
      "to": "tool:nats",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Message brokers"
      }
    },
    {
      "from": "tool:zeromq",
      "to": "tool:pulsar",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Message brokers"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:rabbitmq",
      "to": "tool:zeromq",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Message brokers"
      }
    },
    {
      "from": "tool:nats",
      "to": "tool:zeromq",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Message brokers"
      }
    },
    {
      "from": "tool:pulsar",
      "to": "tool:zeromq",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Message brokers"
      }
    }
  ]
}