Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The jt400 component allows you to exchanges messages with an AS/400 system using data queues. This components is only available in Camel 1.5 and above.

Maven users will need to add the following dependency to their pom.xml for this component:

Code Block

<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>

URI format

Code Block
jt400://user:password@system/QSYS.LIB/LIBRARY.LIB/QUEUE.DTAQ[?options]

...