Frequently Asked Questions (FAQ)
General Questions
What is RouteMQ?
Why use RouteMQ instead of a basic MQTT client?
What MQTT brokers are supported?
Installation and Setup
Do I need Redis or MySQL?
Can I use other databases besides MySQL?
How do I migrate from a basic MQTT application?
Development
How do route parameters work?
Can I use multiple middleware on a route?
How do shared subscriptions work?
Performance and Scaling
How many messages can RouteMQ handle?
When should I use shared subscriptions?
How do I optimize performance?
Troubleshooting
Routes are not being discovered
Redis connection failed
Worker processes not starting
Best Practices
How should I organize my routes?
Should I use QoS 0, 1, or 2?
How do I handle errors in controllers?
Advanced Features
Can I use custom middleware?
How do I implement custom rate limiting?
Can I publish messages from controllers?
Last updated