Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 317 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 317 Bytes

simple-sqs-dispatch

Simple Scala SQS driver using Dispatch based on Amazon AWS Java SQSSample

Enter Amazon AWS credentials in SQSDriver.scala and do "sbt run". An Amazon SQS queue will be created, a message will be sent to the created queue, then received and deleted. HTTP client is Dispatch.