Message bị âm thầm discard — RabbitMQ không có chỗ nào để route nó vì không có queue nào bound để nhận.
- Đây không hẳn là lỗi (có thể là chủ ý), nhưng thường là dấu hiệu misconfiguration hoặc consumer chưa start và chưa tạo binding.
- Mặc định bạn không nhận được error gì — message biến mất.
- Để phát hiện: dùng publisher confirms (nhận ack khi message được route thành công) hoặc monitor "messages dropped due to no routes".
The message is silently discarded — RabbitMQ has nowhere to route it.
- This isn't necessarily an error but is often a misconfiguration sign or a consumer that failed to start and create bindings.
- By default you get no error — the message just vanishes.
- To catch this, use publisher confirms or monitor for "messages dropped due to no routes."