We need a persistent daemon which monitors the queue directory and tries to send messages as shortly after they were queued. Having a persistent daemon should also help with retry handling.
Ideally the daemon would use inotify on Linux but I'm fine with plain polling as a first step.
We need a persistent daemon which monitors the queue directory and tries to send messages as shortly after they were queued. Having a persistent daemon should also help with retry handling.
Ideally the daemon would use inotify on Linux but I'm fine with plain polling as a first step.