Zend_Service_Amazon_SqsClass 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
Zend_Service_Amazon_Sqs
__construct
([string $accessKey = null], [string $secretKey = null], [string $region = null])
mixed
$_sqsApiVersion
= '2009-02-01' (line 58)
The API version to use
mixed
$_sqsEndpoint
= 'queue.amazonaws.com' (line 53)
HTTP end point for the Amazon SQS service
mixed
$_sqsSignatureMethod
= 'HmacSHA256' (line 68)
Signature Encoding Method
mixed
$_sqsSignatureVersion
= '2' (line 63)
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 __construct (line 77)
Constructor
addRequiredParameters (line 386)
Adds required authentication and version parameters to an array of parameters
The required parameters are:
count (line 180)
Return the approximate number of messages in the queue
create (line 95)
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 (line 138)
Delete a queue and all of it's messages
Returns false if the queue is not found, true if the queue exists
deleteMessage (line 267)
Delete a message from the queue
Returns true if the message is deleted, false if the deletion is unsuccessful.
getAttribute (line 290)
Get the attributes for the queue
getQueues (line 156)
Get an array of all available queues
receive (line 222)
Get messages in the queue
send (line 193)
Send a message to the queue
_signParameters (line 418)
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