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

How to solve: java.util.concurrent.CompletionException: io.awspring.cloud.sqs.listener.AsyncAdapterBlockingExecutionFailedException: Error executing action in BlockingMessageListenerAdapter #963

Closed
kev205 opened this issue Nov 17, 2023 · 3 comments
Labels
component: sqs SQS integration related issue

Comments

@kev205
Copy link

kev205 commented Nov 17, 2023

Type: Bug

Component:

Describe the bug
Get this issue when using @SqsListener to listen for sqs messages in a reactive app

Sample
Just using @SqsListener without any futher configurations. But everything work well if i use messageContainer to handle incomming message. Need help please

@SalyczeQ
Copy link

You should provide more information and mainly full stack of exception message.
Because this exception may be the result of something deeper

@tomazfernandes
Copy link
Contributor

@kev205 this exception is simply a wrapper to any exception thrown in the listener method, so as @SalyczeQ you'd need to give us more details.

One thing though is this framework does not support Project Reactor, so YMMV.

@tomazfernandes tomazfernandes added the component: sqs SQS integration related issue label Dec 6, 2023
@tomazfernandes
Copy link
Contributor

Closed due to lack of feedback and also Reactor is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: sqs SQS integration related issue
Projects
None yet
Development

No branches or pull requests

3 participants