第 6 章 APNS 组件
从 Camel 版本 2.8 开始提供
apns 组件用于向 iOS 设备发送通知。apns 组件使用 javapns 库。
组件支持向 Apple Push Notification Servers (APNS)发送通知,并从服务器消耗反馈。
默认情况下,消费者被配置为 3600 秒进行轮询,因为它最好只消耗来自 Apple Push Notification Servers 的反馈流。例如:每 1 小时避免大量服务器。
反馈流提供有关不活跃设备的信息。如果您的移动应用程序不是大量使用,您只需要每小时获取此信息。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-apns</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
6.1. URI 格式
发送通知:
apns:notify[?options]
使用反馈:
apns:consumer[?options]