amazonwebservices / aws-sdk-for-php

(DEPRECATED) AWS SDK for PHP - Version 1. Version 3 is the latest:
https://github.com/aws/aws-sdk-php
710 stars 254 forks source link

Get SQS message attributes #68

Open Zyles opened 10 years ago

Zyles commented 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.