Class for connecting to the Amazon Simple Queue Service (SQS)
Located in /Service/Amazon/Sqs.php (line 43)
Zend_Service_Abstract | --Zend_Service_Amazon_Abstract | --Zend_Service_Amazon_Sqs
The API version to use
HTTP end point for the Amazon SQS service
Signature Encoding Method
Signature Version
Inherited from Zend_Service_Amazon_Abstract
Zend_Service_Amazon_Abstract::$_accessKey
Zend_Service_Amazon_Abstract::$_defaultAccessKey
Zend_Service_Amazon_Abstract::$_defaultSecretKey
Zend_Service_Amazon_Abstract::$_secretKey
Inherited from Zend_Service_Abstract
Zend_Service_Abstract::$_httpClient
Constructor
Adds required authentication and version parameters to an array of parameters
The required parameters are:
Return the approximate number of messages in the queue
Create a new queue
Visibility timeout is how long a message is left in the queue "invisible" to other readers. If the message is acknowleged (deleted) before the timeout, then the message is deleted. However, if the timeout expires then the message will be made available to other queue readers.
Delete a queue and all of it's messages
Returns false if the queue is not found, true if the queue exists
Delete a message from the queue
Returns true if the message is deleted, false if the deletion is unsuccessful.
Get the attributes for the queue
Get an array of all available queues
Get messages in the queue
Send a message to the queue
Computes the RFC 2104-compliant HMAC signature for request parameters
This implements the Amazon Web Services signature, as per the following specification:
Inherited From Zend_Service_Amazon_Abstract
Zend_Service_Amazon_Abstract::__construct()
Zend_Service_Amazon_Abstract::setKeys()
Zend_Service_Amazon_Abstract::_getAccessKey()
Zend_Service_Amazon_Abstract::_getSecretKey()
Inherited From Zend_Service_Abstract
Zend_Service_Abstract::getHttpClient()
Zend_Service_Abstract::setHttpClient()
Documentation generated on Mon, 21 Jun 2010 15:46:21 -0400 by phpDocumentor 1.4.3