第 190 章 JT400 组件
从 Camel 版本 1.5 开始提供
jt400
组件允许您使用数据队列与 AS/400 系统交换消息。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-jt400</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
190.1. URI 格式
jt400://user:password@system/QSYS.LIB/LIBRARY.LIB/QUEUE.DTAQ[?options]
调用远程程序(Camel 2.7)
jt400://user:password@system/QSYS.LIB/LIBRARY.LIB/program.PGM[?options]
您可以在 URI 中附加查询选项,格式为 ?option=value&option=value&…