github awspring/spring-cloud-aws v2.3.0
2.3.0

latest releases: v3.2.0-M1, v3.1.1, v3.1.0...
3 years ago

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

Don't miss a new spring-cloud-aws release

NewReleases is sending notifications on new releases.