You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
* Allow queueStopTimeout can be configurable via SimpleMessageListenerContainerFactory
* Increase queueStopTimeout default value in milliseconds to be equal to waitTimeOut
Fixesspring-atticgh-504Fixesspring-atticgh-507Closesspring-atticgh-620
* Allow queueStopTimeout can be configurable via SimpleMessageListenerContainerFactory
* Increase queueStopTimeout default value in milliseconds to be equal to waitTimeOut
Fixesspring-attic#504Fixesspring-attic#507Closesspring-attic#620
juho9000
pushed a commit
to juho9000/spring-cloud-aws
that referenced
this issue
Apr 29, 2021
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.https://stackoverflow.com/questions/58601625/prevent-spring-cloud-aws-messaging-from-trying-to-stop-the-queue
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.
The text was updated successfully, but these errors were encountered: