Hi, Is "threads" DSL supported in Spring xml? How can the below code from http://camel.apache.org/async.html be represented in xml? from("jms:queue:order") .to("bean:validateOrder") .to("mock:validate") .threads(20) // How can this be specified in XML? .unmarshal(mySecureDataFormat).delay(1000).to("bean:handleOrder").to("mock:order");
Does Fuse IDE support threads DSL? Please let me know your comment. With Best Regards, Diwakar -- View this message in context: http://camel.465427.n5.nabble.com/Spring-vs-Java-DSL-tp4903423p5105071.html Sent from the Camel - Users mailing list archive at Nabble.com.