https://github.com/awslabs/amazon-sqs-java-messaging-lib
This Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used for communicating with Amazon Simple Queue Service.
https://github.com/awslabs/amazon-sqs-java-messaging-lib
amazon-sqs jms jms-client jms-queue sqs
Last synced: 13 days ago
JSON representation
This Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used for communicating with Amazon Simple Queue Service.
- Host: GitHub
- URL: https://github.com/awslabs/amazon-sqs-java-messaging-lib
- Owner: awslabs
- License: apache-2.0
- Created: 2014-12-12T20:40:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T16:57:39.000Z (11 months ago)
- Last Synced: 2025-11-03T22:02:15.901Z (2 months ago)
- Topics: amazon-sqs, jms, jms-client, jms-queue, sqs
- Language: Java
- Homepage: http://aws.amazon.com/sqs
- Size: 501 KB
- Stars: 179
- Watchers: 30
- Forks: 151
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- fucking-awesome-aws - amazon-sqs-java-messaging-lib :fire: - Holds the Java Message Service to communicate with SQS. (Open Source Repos / SQS)
- awesome-aws - amazon-sqs-java-messaging-lib - Holds the Java Message Service to communicate with SQS. (Open Source Repos / SQS)
- awesome-java - Amazon SQS Java Messaging Library
- awesome-aws - amazon-sqs-java-messaging-lib :fire: - Holds the Java Message Service to communicate with SQS. (Open Source Repos / SQS)
- awesome-aws - amazon-sqs-java-messaging-lib - Holds the Java Message Service to communicate with SQS. (Open Source Repos / SQS)
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 Jakarta [3.1 specification](https://jakarta.ee/specifications/messaging/3.1/)) 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 8 (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
2.1.4
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.