MLLP
JVM since1.1.0 Native since2.0.0
Communicate with external systems using the MLLP protocol.
What’s inside
-
MLLP component, URI syntax:
mllp:hostname:port
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-mllp</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Additional Camel Quarkus configuration
-
Check the Character encodings section of the Native mode guide if you wish to use the
defaultCharset
component option.