Skip to content

Instantly share code, notes, and snippets.

@illerax
Created November 22, 2017 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illerax/c125d2f82d6d54a6fea211c29fd6e87d to your computer and use it in GitHub Desktop.
Save illerax/c125d2f82d6d54a6fea211c29fd6e87d to your computer and use it in GitHub Desktop.
Grails Amazon SQS Example build config
//AWS SDK for Java
compile 'com.amazonaws:aws-java-sdk:1.11.228'
//Spring JMS implementation
compile 'org.springframework:spring-jms'
//Amazon SQS Client Libraries for JMS
compile 'com.amazonaws:amazon-sqs-java-messaging-lib:1.0.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment