You must have the proper accounts set up before you can make a request to the Amazon Simple Queue Service. This guide assumes some familiarity with at least one of the programming languages used.
| Account | Description | Sign Up At |
|---|---|---|
| Amazon Web Services account |
Provides you with access identifiers for authenticating requests and account management information for all of Amazon's web services. Once you have an Amazon Web Services account, you can retrieve your access identifiers at any time by going to the AWS web site, pointing to the Your Web Services Account button (on the top right side of the page), then clicking View Access Identifiers. | http://aws.amazon.com |
| Sign up for SQS | You must also sign up for SQS before you can begin to use the service. | http://aws.amazon.com/sqs |
One advantage to web services is they can be integrated into applications using most modern programming languages. This guide includes examples the following languages:
| Language | API Style | Tools Used |
|---|---|---|
| Java | SOAP |
|
| C# | SOAP | |
| Perl | REST (using HTTP POST) or HTTP Query |
The Perl example uses the following dependencies, which can be downloaded from the CPAN web site
|
Be sure to download and install the toolkits and technologies used in this guide before proceeding. (Click on the tool or technology name above to go to its web site for more information.) We'll verify that the tools are set up properly in the next section.