All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.sqs.package-info Maven / Gradle / Ivy

There is a newer version: 2.20.1
Show newest version

/**
 * Synchronous and asynchronous client classes for accessing AmazonSQS.
 *
 * Amazon Simple Queue Service 

* Welcome to the Amazon Simple Queue Service API Reference . This * section describes who should read this guide, how the guide is * organized, and other resources related to the Amazon Simple Queue * Service (Amazon SQS). *

*

* Amazon SQS offers reliable and scalable hosted queues for storing * messages as they travel between computers. By using Amazon SQS, you * can move data between distributed components of your applications that * perform different tasks without losing messages or requiring each * component to be always available. *

*

* Helpful Links: *

* *

*

* We also provide SDKs that enable you to access Amazon SQS from your * preferred programming language. The SDKs contain functionality that * automatically takes care of tasks such as: *

*

* *

    *
  • Cryptographically signing your service requests
  • *
  • Retrying requests
  • *
  • Handling error responses
  • * *
* *

*

* For a list of available SDKs, go to * Tools for Amazon Web Services * . *

*/ package com.amazonaws.services.sqs;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy