Hi, from http://camel.apache.org/seda.html, we can use DSL to add thread pool to SEDA, e.g. from("seda:stageName").thread(5).process(...), can anyone tell me how to do the same thing using xml? I have a xml seda route definition. <camel:from uri="seda:asyncAuthenticate" /> <camel:to uri="bean:authenticateBean?method=performIndempotentOperations" />
Thanks a lot. Billy -- View this message in context: http://camel.465427.n5.nabble.com/Add-thread-pool-configuration-for-SEDA-using-xml-tp5716324.html Sent from the Camel - Users mailing list archive at Nabble.com.