This repository was archived by the owner on Jan 19, 2022. It is now read-only.
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Set the default queueStopTimeout to >20 secs #507
Closed
Description
This will ensure all polls to queues even the long polling ones can be closed gracefully before the shutdown times out and prevents the TimeoutException
to be encountered quite frequently like in Spring Boot.
This doesn't mean either that all shutdowns will take >20 secs since the queues maybe short polling or already on their end of the poll when the shutdown is triggered.