# amazon-sqs-java-messaging-lib **Repository Path**: evanzyj/amazon-sqs-java-messaging-lib ## Basic Information - **Project Name**: amazon-sqs-java-messaging-lib - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2021-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Amazon SQS Java Messaging Library ======================================== The **Amazon SQS Java Messaging Library** holds the Java Message Service compatible classes, that are used for communicating with Amazon Simple Queue Service. This project builds on top of the AWS SDK for Java to use Amazon SQS as the JMS (as defined in 1.1 specification) provider for the messaging applications without running any additional software. * You can download release builds through the [releases section of this](https://github.com/awslabs/amazon-sqs-java-messaging-lib) project. * For more information on using the amazon-sqs-java-messaging-lib, see our getting started guide to SQS [here](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/jmsclient.html). ## Getting Started * **Sign up for AWS** — Before you begin, you need an AWS account. For more information about creating an AWS account and retrieving your AWS credentials, see [AWS Account and Credentials](http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-setup.html) in the AWS SDK for Java Developer Guide. * **Minimum requirements** — To use the sample application, you'll need Java 7 (or later) and [Maven 3](http://maven.apache.org/). For more information about the requirements, see the [Getting Started](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/jmsclient.html) section of the Amazon SQS Developer Guide. * **Download** — Download the [latest release](https://github.com/awslabs/amazon-sqs-java-messaging-lib/releases) or pick it up from Maven: ```xml com.amazonaws amazon-sqs-java-messaging-lib 1.0.8 jar ``` * **Further information** - Read the [API documentation](http://aws.amazon.com/documentation/sqs/). ## Feedback * Give us feedback [here](https://github.com/awslabs/amazon-sqs-java-messaging-lib/issues). * If you'd like to contribute a new feature or bug fix, we'd love to see Github pull requests from you.