

# Work with Amazon Simple Queue Service
<a name="examples-sqs"></a>

This section provides examples of programming [Amazon Simple Queue Service](https://docs.aws.amazon.com/sqs/) using the AWS SDK for Java 2.x.

The following examples include only the code needed to demonstrate each technique. The [complete example code is available on GitHub](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2). From there, you can download a single source file or clone the repository locally to get all the examples to build and run.

**Topics**
+ [Use automatic request batching](sqs-auto-batch.md)
+ [Queue operations](examples-sqs-message-queues.md)
+ [Message operations](examples-sqs-messages.md)