We have some queues on RabbitMQ. If the service is down (eg: maintenance), we will lose queue items sent to that queue.
If sending to the main queue fails, queue up the items on a database queue that will send them back once the service is back.
MR
Active
1.0
Code