SQS JMS Resource Adapter
The SQS JMS Resource Adapter provides a way to access AWS (Amazon Web Services) SQS (Simple Queue Service) as JMS (Java Message Service) resources using JCA (Java EE Connector Architecture).
Quick Start
- Minimum requirements — You'll need Java 1.7+ to compile/run. The SQS JMS Resource Adapter requires a JEE 7 application server.
- Download — Depend on this library using, for example, Maven:
<dependency>
<groupId>com.integralblue</groupId>
<artifactId>sqs-jms-rar</artifactId>
<version>[INSERT VERSION HERE]</version>
</dependency>