第 10 章 AWS Simple Notification System (SNS)
仅支持生成者
AWS2 SNS 组件允许消息发送到 Amazon Simple Notification 主题。Amazon API 的实现由 AWS SDK 提供。
先决条件
您必须有一个有效的 Amazon Web Services 开发人员帐户,并签名以使用 Amazon SNS。如需更多信息,请参阅 Amazon SNS。
10.1. 依赖项
当在 Camel Spring Boot 中使用 aws2-sns
时,请将以下 Maven 依赖项添加到 pom.xml
中,以支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-aws2-sns-starter</artifactId> </dependency>