I'm trying to work with queues, I successfully posted messages and receive them synchronously. However, I'm trying to async.
I went through some links by SQS that suggest using the JMS client wrapper and it also mentions using it if you have a code that is integrated into a JMS client. But as I'm starting fresh, so any code example would be appreciated.