68장. CometD Component
Camel 버전 2.0에서 사용 가능
cometd: 구성 요소는 cometd/bayeux 프로토콜 의 jetty 구현으로 작업하기 위한 전송입니다.
dojo 툴킷 라이브러리와 함께 이 구성 요소를 사용하면 Cryostat 기반 메커니즘을 사용하여 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 엔드포인트에서 구독할 수 있는 주제를 나타냅니다.