Outbox stops trying sending a message after 50 attempts
rhinof opened this issue · 0 comments
rhinof commented
In case trying to relay a message from the outbox to RabbitMQ fails for 50 attempts the outbox will abandon that message, leaving it as garbage in the outbox.
The outbox should try to send the message to RabbitMQ until it is sent and confirmed from RabbitMQ