The basic steps for running the Amazon SQS sample are:
# Fill in your AWS Access Key ID and Secret Access Key
# http://aws.amazon.com/security-credentials
accessKey =
secretKey =
SimpleQueueServiceSample.java
file, located in the same directory as the properties file. The sample prints information to the standard output.NOTE: The sample also includes an Ant build.xml file to run the sample.
See the Amazon SQS Getting Started Guide for step-by-step instructions on running this sample.