-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring Infinity Loop For QueueDoesNotExistException #205
Comments
I do have the very same problem, did you find a workaround? |
using .autoStartup(enabled) worked for me |
Same infinite polling loop with authorization issues:
or
We also found no way to configure a back off. |
I have the same issue. Any worksarounds ? Thanks in advance. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The logs above has been repeated nearly 1 million times in a 25 minutes period due to accidental deletion of the related queue. This caused to max usage of the CPU on the servers (in Elastic Beanstalk) and not receiving the incoming requests.
Our message consuming class is;
and Configuration class is;
As you can see, we have a simple configuration. We have tried to find a solution to this problem (to slow down polling rate on failure), we could not succeeded.
I think the issue is on this code as it do not consider alike situations and runs infinitely;
AbstractPollingMessageSource.java::191
The text was updated successfully, but these errors were encountered: