Skip to content

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