AWS SQS JMS JCA Resource Adapter Parent

JCA resource adapter to use AWS SQS's JMS interface

License

License

GroupId

GroupId

com.integralblue
ArtifactId

ArtifactId

sqs-jms-ra-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

AWS SQS JMS JCA Resource Adapter Parent
JCA resource adapter to use AWS SQS's JMS interface
Project URL

Project URL

https://github.com/candrews/sqs-jms-ra
Project Organization

Project Organization

jcabi.com
Source Code Management

Source Code Management

https://github.com/candrews/sqs-jms-ra

Download sqs-jms-ra-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.integralblue/sqs-jms-ra-parent/ -->
<dependency>
    <groupId>com.integralblue</groupId>
    <artifactId>sqs-jms-ra-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.integralblue/sqs-jms-ra-parent/
implementation 'com.integralblue:sqs-jms-ra-parent:1.0.0'
// https://jarcasting.com/artifacts/com.integralblue/sqs-jms-ra-parent/
implementation ("com.integralblue:sqs-jms-ra-parent:1.0.0")
'com.integralblue:sqs-jms-ra-parent:pom:1.0.0'
<dependency org="com.integralblue" name="sqs-jms-ra-parent" rev="1.0.0">
  <artifact name="sqs-jms-ra-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.integralblue', module='sqs-jms-ra-parent', version='1.0.0')
)
libraryDependencies += "com.integralblue" % "sqs-jms-ra-parent" % "1.0.0"
[com.integralblue/sqs-jms-ra-parent "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sqs-jms-ra
  • sqs-jms-rar

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>

Versions

Version
1.0.0