Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 54. MLLP
Communicate with external systems using the MLLP protocol.
54.1. What’s inside Link kopierenLink in die Zwischenablage kopiert!
-
MLLP component, URI syntax:
mllp:hostname:port
Please refer to the above link for usage and configuration details.
54.2. Maven coordinates Link kopierenLink in die Zwischenablage kopiert!
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 Link kopierenLink in die Zwischenablage kopiert!
-
Check the Character encodings section of the Native mode guide if you wish to use the
defaultCharset
component option.