第 68 章 CometD Component
从 Camel 版本 2.0 开始提供
cometd: 组件是处理 cometd/bayeux 协议的 jetty 实施的传输。
将此组件与 dojo 工具包库结合使用,可以使用基于 AJAX 的机制将 Camel 消息直接推送到浏览器中。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-cometd</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
68.1. URI 格式
cometd://host:port/channelName[?options]
channelName 代表 Camel 端点可以订阅的主题。