简体   繁体   English

如何使用JMS适配器监听Amazon SQS

[英]How can I use a JMS adapter to listen Amazon SQS

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? 有没有办法设置Amazon SQS队列或Amazon SNS主题才能作为本机XA JMS资源适配器工作?

The idea is to replace the use of activemq in a large application with SQS, but avoid unnecessary code rewriting overhead. 我们的想法是用SQS替换大型应用程序中activemq的使用,但避免不必要的代码重写开销。

Aborting automatically the currrent XA transaction, when the message visibility times out, would be great. 当消息可见性超时时,自动中止当前的XA事务将是很好的。

Nevado is a JMS driver that supports SQS and SNS. Nevado是一个支持SQS和SNS的JMS驱动程序。 It's very focused on JMS spec compliance, so it should be a good tool for porting off of ActiveMQ. 它非常注重JMS规范的合规性,因此它应该是移植ActiveMQ的好工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM