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

SQSConnectionFactory can't consume SqsAsyncClient #187

Open
KL0nLutiy opened this issue Mar 10, 2023 · 0 comments
Open

SQSConnectionFactory can't consume SqsAsyncClient #187

KL0nLutiy opened this issue Mar 10, 2023 · 0 comments

Comments

@KL0nLutiy
Copy link

KL0nLutiy commented Mar 10, 2023

SQSConnectionFactory can consume only SqsClient, but not SqsAsyncClient. Previously in 1 version of the library SQSConnectionFactory used https://docs.aws.amazon.com/en_us/AWSJavaSDK/latest/javadoc/com/amazonaws/services/sqs/AmazonSQS.html interface that was a parent for https://docs.aws.amazon.com/en_us/AWSJavaSDK/latest/javadoc/com/amazonaws/services/sqs/AmazonSQSAsyncClient.html and https://docs.aws.amazon.com/en_us/AWSJavaSDK/latest/javadoc/com/amazonaws/services/sqs/AmazonSQSClient.html. Right now in AWS SDK 2 SqsClient is not a parent for SqsAsyncClient. In this case can't create connection for SqsAsyncClient.

@KL0nLutiy KL0nLutiy changed the title SQSConnectionFactory can't work with SqsAsyncClient SQSConnectionFactory can't consume SqsAsyncClient Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant