SWIFT

JVM since3.2.0 Native since3.2.0

Encode and decode SWIFT messages.

What’s inside

Please refer to the above links 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-swift</artifactId>
</dependency>

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

Camel Quarkus limitations

MX types

The MX message types are not supported in native mode because it drastically slows down the native image build due to an excessive amount of classes, methods, and fields to access by reflection that need to be registered.