message-queues

Installation
SKILL.md

Message Queue Patterns ()

Asynchronous communication patterns for distributed systems using RabbitMQ, Redis Streams, Kafka, and FastStream.

Overview

  • Decoupling services in microservices architecture
  • Implementing pub/sub and work queue patterns
  • Building event-driven systems with reliable delivery
  • Load leveling and buffering between services
  • Task distribution across multiple workers
  • High-throughput event streaming (Kafka)

Quick Reference

FastStream: Unified API ( Recommended)

Installs
21
GitHub Stars
212
First Seen
Jan 22, 2026
message-queues — yonatangross/orchestkit