I did checking how many threads are running manually, any idea how to
automate it?
James.Strachan wrote:
>
> 2008/9/30 Lukasz L. <[EMAIL PROTECTED]>:
>
>> I tried to use thread pool and it works if I specify:
>> XXX.setBody(body(String.class)).to("seda:test");
>> from("seda:test").thread(3).XXX
>>
>> but it does not work when I use it like this:
>> XXX.setBody(body(String.class)).to("seda:test").thread(3).XXX
>>
>> why is that?
>
> Sounds like a possible bug with the seda endpoint? It should work
> AFAIK. Any chance of a failing JUnit test case?
>
> --
> James
>
--
View this message in context:
http://www.nabble.com/%27from%27-changes-semantics--tp19743553s22882p19744627.html
Sent from the Camel - Users mailing list archive at Nabble.com.