using-message-queues
Async communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns.
Installation
SKILL.md
Implement asynchronous communication patterns for event-driven architectures, background job processing, and service decoupling.
| Broker | Throughput | Latency (p99) | Best For |
| Kafka | 500K-1M msg/s | 10-50ms | Event streaming | | NATS JetStream | 200K-400K msg/s | Sub-ms to 5ms | Cloud-native microservices | | RabbitMQ | 50K-100K msg/s | 5-20ms | Task queues, complex routing | | Redis Streams | 100K+ msg/s | Sub-ms | Simple queues, caching |
Async communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns. Source: ancoleman/ai-design-components.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ancoleman/ai-design-components --skill using-message-queues- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is using-message-queues?
Async communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns. Source: ancoleman/ai-design-components.
How do I install using-message-queues?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ancoleman/ai-design-components --skill using-message-queues Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ancoleman/ai-design-components
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01