RabbitMQ Queue & Worker Patterns
CommunityReliable RabbitMQ queues and workers in Go.
System Documentation
What problem does it solve?
This Skill consolidates proven patterns for building reliable RabbitMQ-based messaging systems in Go, including connection management, producers, consumers, DLQs, retries, and graceful shutdowns, reducing boilerplate and increasing reliability.
Core Features & Use Cases
- Connection management with automatic reconnects and channel pooling
- Producer patterns (fire-and-forget and confirmed publishing)
- Consumer patterns (basic, worker pool, and retry DLQ workflows)
- Dead-letter queue (DLQ) and retry mechanisms with exponential backoff
- Graceful shutdown and health checks for production readiness
- Real-world use case: processing order events from a queue with reliable delivery guarantees
Quick Start
To start using this skill, initialize the RabbitMQ client, configure a producer/consumer pair based on your workload, and run the example worker to process messages. For example: create a worker with a pool of 5 workers connected to your exchange and queue named orders and start processing messages.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: RabbitMQ Queue & Worker Patterns Download link: https://github.com/TatTran22/claude-code-shopify/archive/main.zip#rabbitmq-queue-worker-patterns Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.