第 172 章 JCR Component
从 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 开始,您可以在 JCR 或生成者中使用 consumer 作为 EventListener 来按标识符读取节点。