AS2

JVM since1.0.0 Native since1.0.0

Transfer data securely and reliably using the AS2 protocol (RFC4130).

What’s inside

Please refer to the above link for usage and configuration details.

Maven coordinates

Or add the coordinates to your existing project:

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-as2</artifactId>
</dependency>

Check the User guide for more information about writing Camel Quarkus applications.

Usage

Depending on its configuration, this component may require SSL encryption on its connections. In such a case, you will need to add quarkus.ssl.native=true to your application.properties. See also Quarkus native SSL guide and Native mode section of Camel Quarkus user guide.