Is there any way to setup an Amazon SQS Queue or Amazon SNS Topic in order to work as a native XA JMS Resource Adapter?
The idea is to replace the use of activemq in a large application with SQS, but avoid unnecessary code rewriting overhead.
Aborting automatically the currrent XA transaction, when the message visibility times out, would be great.