Skip to content
Sayantam Dey edited this page Jul 16, 2014 · 8 revisions

The wiki is organized into multiple pages. You should first read up on "Connection Management" as this is common to all components. Next, depending on whether you want to work with SQS or SNS, you should read the pages specific to each service.

You can pull the library and all of it's dependencies using your build management tool, for example Maven.

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

Sending and Receiving messages with SQS

You use the Spring Integration SQS specific channels and adapters to send and receive messages with SQS.

Sending and Receiving messages with SNS

You use the Spring Integration SNS specific channels and adapters to send and receive messages with SQS.

Clone this wiki locally