viartemev/rabbitmq-kotlin

What will be if consumer gets huge amount of messages, but handling is very slow...

Closed this issue · 1 comments

If a timeout isn't set up, it will wait forever, otherwise, the message will be re-send to the handler.