SQS Queue Consumer

Facebook Twitter Google Plus Linkedin Instagram YouTube

SqsQueueConsumer is a very simple and easy-to-use Java library that monitors an Amazon SQS (Simple Queue Service) message queue for new messages that come in. As each message is received, it is processed via a method that you provide (by implementing a single-method Java interface) to handle it.

January 16, 2018