Spring Integration AWS

A collection of channels and channel adapters for receiving and sending messages using Amazon Simple Queue Service (SQS) and Amazon Simple Notification Service (SNS).

License

License

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

com.3pillarglobal.labs
ArtifactId

ArtifactId

spring-integration-aws
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Integration AWS
A collection of channels and channel adapters for receiving and sending messages using Amazon Simple Queue Service (SQS) and Amazon Simple Notification Service (SNS).
Project URL

Project URL

https://github.com/3pillarlabs/spring-integration-aws
Source Code Management

Source Code Management

https://github.com/3pillarlabs/spring-integration-aws

Download spring-integration-aws

How to add to project

<!-- https://jarcasting.com/artifacts/com.3pillarglobal.labs/spring-integration-aws/ -->
<dependency>
    <groupId>com.3pillarglobal.labs</groupId>
    <artifactId>spring-integration-aws</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.3pillarglobal.labs/spring-integration-aws/
implementation 'com.3pillarglobal.labs:spring-integration-aws:2.0.0'
// https://jarcasting.com/artifacts/com.3pillarglobal.labs/spring-integration-aws/
implementation ("com.3pillarglobal.labs:spring-integration-aws:2.0.0")
'com.3pillarglobal.labs:spring-integration-aws:jar:2.0.0'
<dependency org="com.3pillarglobal.labs" name="spring-integration-aws" rev="2.0.0">
  <artifact name="spring-integration-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.3pillarglobal.labs', module='spring-integration-aws', version='2.0.0')
)
libraryDependencies += "com.3pillarglobal.labs" % "spring-integration-aws" % "2.0.0"
[com.3pillarglobal.labs/spring-integration-aws "2.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.amazonaws : aws-java-sdk jar 1.8.2
org.json : json jar 20080701
org.springframework.integration : spring-integration-core jar 3.0.3.RELEASE
org.codehaus.jackson : jackson-mapper-asl jar 1.9.11

provided (3)

Group / Artifact Type Version
org.springframework : spring-context jar 3.2.8.RELEASE
org.springframework : spring-webmvc jar 3.2.8.RELEASE
javax.servlet : servlet-api jar [2.5,)

test (7)

Group / Artifact Type Version
junit : junit jar 4.10
org.springframework.integration : spring-integration-test jar 3.0.3.RELEASE
org.springframework : spring-test jar 3.2.8.RELEASE
cglib : cglib jar 2.2.2
log4j : log4j jar 1.2.16
org.springframework.integration : spring-integration-stream jar 3.0.3.RELEASE
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Spring Integration AWS

A Java library built on top of the Spring Integration Framework to integrate with Amazon Simple Notification Service (SNS) and Amazon Simple Queue Service (SQS). These services are part of the Amazon Web Services (AWS).

New in Release 2.0.0

  • Ability to set permissions and policies on SNS topics and SQS queues for collaboration with external systems which share these resources
  • Upgrade to AWS SDK 1.8.2
  • Upgrade to Spring Integration 3.0.3.RELEASE, compatible with Spring Framework 3.2.8.RELEASE
  • Added demo application to main source code

Demo

Please visit our demo app to see the adapters in action.

SQS Integration Features

  • Supports both event driven and polling messaging model
  • Works with POJO message payloads (auto-serialization)
  • Handles messages pushed from a SNS topic
  • Auto-acknowledge SQS messages
  • Transfers Spring Integration Message headers to SQS message headers and vice-versa
  • Auto create queues if not available

SNS Integration Features

  • Supports both outgoing messages and incoming messages via a transparent HTTP(s) endpoint
  • Support for SQS subscriptions and permissions
  • Publish subscribe channel for multiple subscribers
  • Signature verification of incoming messages to HTTP endpoint
  • Auto create SNS topics if they do not exist

Maven Artifacts

The project artifacts are available from Maven Central. The dependency information is as follows:

<dependency>
    <groupId>com.3pillarglobal.labs</groupId>
    <artifactId>spring-integration-aws</artifactId>
    <version>2.0.0</version>
</dependency>

The GitHub Wiki contains information on configuring the channels and adpaters.

Reporting Issues

Please report issues or suggestions to GitHub. Pull requests are welcome!

License

Spring Integration AWS is distributed under the MIT license (http://opensource.org/licenses/MIT)

The MIT License (MIT)

Copyright (c) 2013 3PillarGlobal

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About this project

![3Pillar Global] (http://www.3pillarglobal.com/wp-content/themes/base/library/images/logo_3pg.png)

Spring Integration AWS is developed and maintained by 3Pillar Global.

com.3pillarglobal.labs

3Pillar Global Open Source

GitHub organization for open source projects developed at 3Pillar Global.

Versions

Version
2.0.0
1.1
1.0.0-RELEASE