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)

# pip install faststream[kafka,rabbit,redis]
Related skills

More from yonatangross/orchestkit

Installs
21
GitHub Stars
170
First Seen
Jan 22, 2026