You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: