Can someone explain to me what this route is doing? from("direct:registerStuff") .threads(19) .to(String.format( "https4://%s?authUsername=%s&authPassword=%s", StringUtils.delete(c.get(Config.REGISTER).toString(), "https://"), c.get(Config.USER), c .get(Config.PASS))) .to("direct:registerStuffResponse");
In particular, what is the outcome of the call to threads(19)? Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/http4-to-blast-requests-tp5726917.html Sent from the Camel - Users mailing list archive at Nabble.com.