https://docs.appdynamics.com/display/PRO45/Java+Backend+Detection
"Correlating SQS traffic requires you to configure the continuation entry point for the SQS message."
What this means is you must correlate the consumer java agent to extract the singularity header.
Below is an example which assumes there is an object with getter getSingularityHeader.
The object with getSingularityHeader is the first argument of a class/method com.example.service.sqs.SqsSubscriber.processMessage
SqsSubscriber.processMessage
is called with in a class/method com.example.service.sqs.SqsSubscriber.processMessage