amazon-sqs-java-messaging-lib
amazon-sqs-java-messaging-lib copied to clipboard
Add SQS Async Client support
Issue #187 :
Description of changes:
Add basic support of SqsAsyncClient:
- Create
AmazonSQSMessagingClientinterface that is implemented by oldAmazonSQSMessagingClientWrapperand newAmazonSQSAsyncMessagingClientWrapperclasses.AmazonSQSAsyncMessagingClientWrapperis wrapper forSqsAsyncClient - Create
AbstractSQSConnectionFactoryabstract class that is used by oldSQSConnectionFactoryand newSQSAsyncConnectionFactoryclasses.SQSAsyncConnectionFactorycreateSQSConnectionthat usesSqsAsyncClient - Update all classes to use
AmazonSQSMessagingClientinterface
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
@ziyanli-amazon, please take a look on PR
This would allow folks using gatling to load test sqs apps with the async client. We could use this!