第 23 章 CICS
从 Camel 4.4-redhat 开始
仅支持生成者。
此组件允许您与 IBM CICS® 通用事务处理子系统交互。
注意
仅支持同步模式调用。
23.1. 依赖项
当在 Red Hat build of Camel Spring Boot 中使用 camel-cics
时,请将以下 Maven 依赖项添加到 pom.xml
中,以支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-cics-starter</artifactId> </dependency>
在使用 camel-cics
starer 时,还必须声明 ctgclient.jar
依赖项。
<dependency> <artifactId>com.ibm</artifactId> <groupId>ctgclient</groupId> <scope>system</scope> <systemPath>${basedir}/lib/ctgclient.jar</systemPath> </dependency>
这个 JAR 由 IBM 提供,包含在 cics
系统中。