Skip to content
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

JustSaying keeps logging error messages when the SQS queue is deleted. #1108

Open
punyap181 opened this issue Dec 23, 2022 · 0 comments
Open

Comments

@punyap181
Copy link

Describe the bug
In justsaying version 6.0.5, once the event bus starts listening to sqs queue, the listenloop() in SqsNotificationListener gets triggered and it polls for messages from the queue. Even if the queue gets deleted , it keeps on polling and logs the exception as this queue does not exist.

Steps To reproduce
After the eventbus start listening, delete the queue from AWS.

Expected behaviour
If queue does not exist, polling should stop or client should be given the control on how to handle the exception.

Actual behaviour
Keep on polling even the queue does not exist. All Exceptions are caught and logged within the justsaying library and there is no way for the client to handle the exceptions.

System information:

  • OS: MacOS
  • Library Version - 6.0.5
  • .NET6

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants