I recently needed a quick and simple queue implementation for a Grails project but didn't want the hassle of maintaining an extra application like ApacheMQ or RabbitMQ. Since this Grails project was already to be housed in Amazon EC2 I decided to pursue the use of AWS's SQS (Simple Queue Service). Although some Grails SQS […]