Camel Multicast sync vs async

2020-07-09 Thread Reji Mathews
Hello Community I have a camel multicast as follows from("jetty:http://0.0.0.0:8081/sort?httpMethodRestrict=PUT";) .convertBodyTo(String.class) .multicast(new ListAggregator()).parallelProcessing().to("direct:A","seda:B","direct:C").end() .log("API response ${body}")

RE: Camel Multicast sync vs async

2020-07-09 Thread Shultz, Dmitry
Multicast sync vs async Hello Community I have a camel multicast as follows from("jetty:https://urldefense.com/v3/__http://0.0.0.0:8081/sort?httpMethodRestrict=PUT__;!!LdWlNaMnLCM!NUvcuGYoOSX9AodBe4MkLfZPuLSR1Qs_ERdbnjXkyoyuOudlHqJ4YWT1NyWFCEAMQ3XY$ ") .convertBodyTo(St