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

Add SQS Async Client support #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KL0nLutiy
Copy link

Issue #187 :

Description of changes:
Add basic support of SqsAsyncClient:

  1. Create AmazonSQSMessagingClient interface that is implemented by old AmazonSQSMessagingClientWrapper and new AmazonSQSAsyncMessagingClientWrapper classes. AmazonSQSAsyncMessagingClientWrapper is wrapper for SqsAsyncClient
  2. Create AbstractSQSConnectionFactory abstract class that is used by old SQSConnectionFactory and new SQSAsyncConnectionFactory classes. SQSAsyncConnectionFactory create SQSConnection that uses SqsAsyncClient
  3. Update all classes to use AmazonSQSMessagingClient interface

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@KL0nLutiy
Copy link
Author

@ziyanli-amazon, please take a look on PR

@bjhartin
Copy link

This would allow folks using gatling to load test sqs apps with the async client. We could use this!

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

Successfully merging this pull request may close these issues.

3 participants