ZF-9050: Zend_Service_Amazon_Sqs::getAttribute can not return multiple attributes
Description
Zend_Service_Amazon_Sqs::getAttribute always returns string, but in case of 'All' attribute value, the actual return is an array of attributes and not string. It should return an array if there was more than one attribute in the response.
Comments
No comments to display