2008/9/30 Lukasz L. <[EMAIL PROTECTED]>:
>
> Does adding 'from' clause changes semantics?

It generates a consumer, yes.

If the URI starts with "jbi:" then this will create a JBI endpoint for example.


> 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
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Reply via email to