Stream Extension

Since Camel Quarkus 1.0.0-M4

The Stream component provides access to the System.in, System.out and System.err streams as well as allowing streaming of files.

Maven users will need to add the following dependency to their pom.xml for this extension.

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-stream</artifactId>
</dependency>

Usage

Please refer to the Stream component page.

Configuration

  • Check the Character encodings section of the Native mode guide if you want to use non-default encodings for the stream endpoint encoding URI parameter.