iiRecord
Agentic AI Atlas · Message Queue
stack-part:message-queuea5c.ai
II.
StackPart JSON

stack-part:message-queue

Structured · live

Message Queue json

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

File · domain/stack-parts/message-queue.yamlCluster · domain
Record JSON
{
  "id": "stack-part:message-queue",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/message-queue.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Message Queue",
    "category": "infrastructure",
    "description": "Asynchronous messaging backbone with durable queues and consumer groups. Examples: Apache Kafka, RabbitMQ, AWS SQS, Redis Streams.\n"
  },
  "outgoingEdges": [
    {
      "from": "stack-part:message-queue",
      "to": "skill-area:kafka-stream-processing",
      "kind": "stack_part_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform-service:aws-sqs",
      "to": "stack-part:message-queue",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:aws-sqs",
      "to": "stack-part:message-queue",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "platform-service:azure-service-bus",
      "to": "stack-part:message-queue",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:azure-service-bus",
      "to": "stack-part:message-queue",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "skill-area:kafka-stream-processing",
      "to": "stack-part:message-queue",
      "kind": "uses_stack_part"
    }
  ]
}