| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| [id="extensions-as2"] |
| = AS2 |
| :page-aliases: extensions/as2.adoc |
| :linkattrs: |
| :cq-artifact-id: camel-quarkus-as2 |
| :cq-native-supported: true |
| :cq-status: Stable |
| :cq-status-deprecation: Stable |
| :cq-description: Transfer data securely and reliably using the AS2 protocol (RFC4130). |
| :cq-deprecated: false |
| :cq-jvm-since: 1.0.0 |
| :cq-native-since: 1.0.0 |
| |
| ifeval::[{doc-show-badges} == true] |
| [.badges] |
| [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## |
| endif::[] |
| |
| Transfer data securely and reliably using the AS2 protocol (RFC4130). |
| |
| [id="extensions-as2-whats-inside"] |
| == What's inside |
| |
| * xref:{cq-camel-components}::as2-component.adoc[AS2 component], URI syntax: `as2:apiName/methodName` |
| |
| Please refer to the above link for usage and configuration details. |
| |
| [id="extensions-as2-maven-coordinates"] |
| == Maven coordinates |
| |
| https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-as2[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"] |
| |
| Or add the coordinates to your existing project: |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel.quarkus</groupId> |
| <artifactId>camel-quarkus-as2</artifactId> |
| </dependency> |
| ---- |
| ifeval::[{doc-show-user-guide-link} == true] |
| Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. |
| endif::[] |
| |
| [id="extensions-as2-usage"] |
| == 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 https://quarkus.io/guides/native-and-ssl[Quarkus native SSL guide] and xref:user-guide/native-mode.adoc[Native mode] |
| section of Camel Quarkus user guide. |
| |