wework/grabbit

Outbox stops trying sending a message after 50 attempts

rhinof opened this issue · 0 comments

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