Core Concepts
Topics
Framework Architecture
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ MQTT Broker │◄──►│ RouteMQ App │◄──►│ External │
│ │ │ │ │ Services │
│ - Message Queue │ │ - Route Handler │ │ - Database │
│ - Pub/Sub │ │ - Middleware │ │ - Redis │
│ - Load Balance │ │ - Workers │ │ - APIs │
└─────────────────┘ └─────────────────┘ └─────────────────┘Key Components
1. Router Registry
2. Middleware Pipeline
3. Controllers
4. Worker Manager
Message Processing Flow
Design Principles
Next Steps
Last updated