搜索

第 175 章 JGroups 组件

download PDF

从 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 集群的名称。

Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.