Chapter 54. MLLP
Communicate with external systems using the MLLP protocol.
54.1. What’s inside Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
-
MLLP component, URI syntax:
mllp:hostname:port
Please refer to the above link for usage and configuration details.
54.2. Maven coordinates Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-mllp</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mllp</artifactId>
</dependency>
54.3. Additional Camel Quarkus configuration Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
-
Check the Character encodings section of the Native mode guide if you wish to use the
defaultCharset
component option.