ISO-8583
JVM since3.26.0 Native since3.26.0
Create, edit and read ISO-8583 messages.
Maven coordinates
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-iso8583</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Additional Camel Quarkus configuration
Custom ISO-8583 parser configurations in native mode
If you choose to use a configuration file named differently to the default j8583-config.xml
, then you must register this file as a native image resource.
For example.
quarkus.native.resources.includes = my-custom-config.xml
More information about selecting resources for inclusion in the native executable can be found at Embedding resource in native executable.