/sqs-jms-ra

SQS JMS Resource Adapter

Primary LanguageJavaApache License 2.0Apache-2.0

SQS JMS Resource Adapter

DevOps By Rultor.com Build Status Maven Central Reference Status Dependency Status Javadoc Quality Gate

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>