from("direct:start")
    .routeId("myRoute")
    .log("${body}")
    .to("mock:result");