第 172 章 JCR 组件
从 Camel 版本 1.3 开始提供
jcr
组件允许您将/读取节点添加到/读取节点到 JCR 兼容内容存储库(例如,Apache Jackrabbit)及其生成者,或使用消费者注册 EventListener。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jcr</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
172.1. URI 格式
jcr://user:password@repository/path/to/node
添加消费者
从 Camel 2.10 开始,您可以使用 consumer 作为 JCR 中的 EventListener 或生成者来根据标识符读取节点。