Print this pageEmail this pageGo to the ForumsView the PDFShare this page on TwitterShare this page on FacebookBookmark this page on DeliciousSubmit this page to RedditSubmit this page to DiggDid this page help you?  Yes  No   Tell us about it...

API Actions

The Query and SOAP APIs implement the following actions:

Actions for Queues

Actions for Access Control on Queues

Actions for Messages

[Important]Note to Users of Previous Versions

With the release of version 2009-02-01 we changed how you reference a queue. In previous WSDL versions you used the following structure:

http://sqs.us-east-1.amazonaws.com/<queuename>

In the 2009-02-01 WSDL, you must insert the queue owner's AWS account number before the queue name in all MessageQueue service requests (that is, all actions other than CreateQueue and ListQueues):

http://sqs.us-east-1.amazonaws.com/<acct#>/<queuename>