Using Apache Camel with Amazon AWS

怎甘沉沦 提交于 2019-12-11 19:41:20

问题


Just wondering , I want to use Apache Camel with AWS ( SQS and SNS ). I have never used Camel before. I want to have distributed components that get messages from SQS and post responses to SNS. My understanding is that Apache Camel is pretty good at implementing such EIP architectures :-) So, does Camel automatically create all the SQS Queues, SNS Topics for me automatically or do I have to script those object creations using AWS Cloud Formation ?

Cheers !


回答1:


Apache Camel is ideal for your scenario. You just need to visit the specific component documentation in order to know the details you are looking for:

  1. SQS Component
  2. SNS Component

If you visit both, it says the the topics and queues will be created if they don't exist.



来源:https://stackoverflow.com/questions/20577745/using-apache-camel-with-amazon-aws

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!