Open Zyles opened 10 years ago
How does one get the attributes of a SQS message?
$sqs->receive_message($queueUrl, array('AttributeName'=>'provider')); or $sqs->receive_message($queueUrl, array('AttributeName'));
Does not seem to be correct.
How does one get the attributes of a SQS message?
Does not seem to be correct.