You need to put stuff inside <threads> which is what is to be routed using those threads. Hence the error message about no children.
<route>
<from uri="activemq:foo>
<threads poolSize="5" >
<to uri="activemq:bar>
</threads>
</route>
--
View this message in context:
http://camel.465427.n5.nabble.com/Problems-using-async-threads-tp3025934p3057555.html
Sent from the Camel - Users mailing list archive at Nabble.com.
