Currently I'm working on a Java web application which runs on Resin 4.0.55 and I am new to working with AWS SQS.
I need to implement a SQS message listener (JMS message listener as consumer) for my resin application. The listener should listen to the SQS FIFO queue and once a message appear on the queue, the web application should receive the message.
Currently I'm referring following AWS documentations:
Getting Started with the Amazon SQS Java Messaging Library
Working Java Example for Using JMS with Amazon SQS Standard Queues
Please kindly help me to implement a listener for Java application in Resin server.