amazon-sqs-java-extended-client-lib
amazon-sqs-java-extended-client-lib copied to clipboard
Question on Spring AWS QueueMessagingTemplate and Extended Client
Is there a plan to update the extended client to support the Spring AWS QueueMessagingTemplate? Currently, QueueMessagingTemplate only accepts the async client (AmazonSQSAsync), while the extended client only supports the standard client (AmazonSQS). This update would be beneficial for us since we rely on QueueMessagingTemplate for sending and receiving messages.
Plus one. That would be really helpful for us.