-
Notifications
You must be signed in to change notification settings - Fork 10
Home
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>
You use the Spring Integration SQS specific channels and adapters to send and receive messages with SQS.
You use the Spring Integration SNS specific channels and adapters to send and receive messages with SQS.