Skip to content

component lpr

Raymond Meester edited this page Mar 7, 2023 · 1 revision

The Printer component provides a way to direct payloads on a route to a printer. Obviously the payload has to be a formatted piece of payload in order for the component to appropriately print it. The objective is to be able to direct specific payloads as jobs to a line printer in a camel flow.

The functionality allows for the payload to be printed on a default printer, named local, remote or wireless linked printer using the javax printing API under the covers.

Camel Documentation

Clone this wiki locally