2.3.0
On the top of changes in 2.3 RC2, in Spring Cloud AWS 2.3 we added:
SQS
FIFO queue support introduced in Spring Cloud AWS 2.3 RC2 is not compatible with the AmazonSQSBufferedAsyncClient
used by default in SQS integration. When FIFO queues are used, we recommend creating custom SQS client bean, otherwise a warning message will be logged. Related issues: