Hacker News new | ask | show | jobs
by tbking 2524 days ago
Unlike ActiveMQ, RabbitMQ doesn't automatically send undelivered messages to a default DLQ. So that doesn't apply in this use case.

The ActiveMQ header to schedule messages looks promising. Thanks for sharing, will check it out. :)