System.out.println("The file that passes throttler is: "+exchange.getIn().getHeader("CamelFileName"));
System.out.println("The content of " +exchange.getIn().getHeader("CamelFileName")+ " is: " +exchange.getIn().getBody(String.class));
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!