{
"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"
}
]
}