added Web Supervisor

master
bvn13 2021-12-19 19:15:57 +03:00
parent b98bdff4cd
commit 16a308f97e
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ public class SimpleRouteBuilder extends RouteBuilder {
log.info("starting processing from {} to {}", source, destination);
getCamelContext().setTracing(true);
getCamelContext().setTypeConverterStatisticsEnabled(true);
from(source) // listen for new files
.tracing()