第 175 章 JGroups Component
作为 Camel 版本 2.13 可用
JGroups 是用于可靠多播通信的工具包。jgroups: 组件提供 Camel 基础架构和 JGroups 集群之间的消息交换。
Maven 用户需要将以下依赖项添加到其 pom.xml
中,以便该组件:
<dependency> <groupId>org.apache-extras.camel-extra</groupId> <artifactId>camel-jgroups</artifactId> <!-- use the same version as your Camel core version --> <version>x.y.z</version> </dependency>
从 Camel 2.13.0 开始,JGroups 组件已从 Apache Camel umbrella 下的 Camel Extra 迁移。如果您使用的是 Camel 2.13.0 或更高版本,请改为使用以下 POM 条目。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jgroups</artifactId> <!-- use the same version as your Camel core version --> <version>x.y.z</version> </dependency>
175.1. URI 格式
jgroups:clusterName[?options]
其中 clusterName 代表组件应连接到的 JGroups 集群的名称。