使用Apache骆驼与亚马逊AWS亚马逊、骆驼、Apache、AWS

2023-09-12 00:12:10 作者:等不到,

只是想知道,我想使用Apache的骆驼与AWS(SQS和SNS)。以前我从来没有使用过骆驼。我想有分布式组件获得SQS和岗位响应SNS的消息。我的理解是,Apache的骆驼是pretty的擅长实施这种EIP架构:-)因此,没有骆驼自动自动创建所有的SQS队列,SNS的主题,我还是我必须脚本中使用AWS云的形成这些对象的创作?

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 ?

干杯!

推荐答案

Apache的骆驼非常适合您的方案。你只需要访问特定组件文档,以了解你正在寻找的细节:

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:

SQS组件 SNS组件 SQS Component SNS Component

如果您访问两者,它说的主题和队列将被创建,如果它们不存在。

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