You can use a JMS adapter to listen to Amazon SQS messages by specify the Amazon SQS URL as the JMS URL and setting the correct JMS message properties. The following is an example JMS URL for an Amazon SQS queue:
sqs://<Your Amazon SQS Access Key ID>:<Your Amazon SQS Secret Access Key>@<Amazon SQS Endpoint>/<Your Amazon SQS Queue Name>
For more information, please see the following link:
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-jms-adapter.html