The recently released SQS JMS Resource Adapter allows JEE applications (running on any JEE application server, including Glassfish, Payara, JBoss, IBM Liberty, etc) to easily use AWS SQS as a JMS implementation. This resource adapter can be helpful in many situations, such as:
- Migrating an existing JEE application from another JMS implementation (such as RabbitMQ, ActiveMQ, IBM MQ, etc) to AWS SQS.
- Allowing the JMS implementation to be switched out. For example, developers can use the ActiveMQ resource adapter, and in production, this AWS SQS resource adapter could be used.
Grab the resource adapter from Maven Central and submit issues and pull requests over at GitHub.
SQS JMS Resource Adapter by Craig Andrews is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Hi, do you have any sample implementation using this?
Quickstart in git is more of a Prerequisite than an actual guide to using the RA/RAR. Including an example or link of how to use this in glassfish, jboss, etc would be helpful.