Skip to content

2.3.0

Compare
Choose a tag to compare
@eddumelendez eddumelendez released this 13 Mar 20:54
· 54 commits to 2.3.x since this release

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:

  • Add warning in case that the SimpleMessageListenerContainer is used with fifo queue and the AmazonSQSBufferedAsyncClient. #94
  • Mention in docs a need to use not-buffered SQS client with FIFO queues. #93