According to the latest version of the Spring Cloud AWS Docs (http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html) section 5.2.3 states you need to configure the QueueMessageHandler
by using the following in a traditional Spring XML config:
<aws-messaging:annotation-driven-queue-listener />
How do you configure the same using the more modern Java based config?