Re: CamelContext behaviour - does a parallel/multiple sendBody() creates new instances of routes and endpoints?

2012-11-21 Thread Claus Ibsen
Hi I am not sure we follow what you talk about. I suggest to just play a bit with Camel, then you get a fell of it. There is plenty of examples, and many good intro blogs / articles from 3rd party sites / people. See links from here http://camel.apache.org/articles On Tue, Nov 20, 2012 at 11:

CamelContext behaviour - does a parallel/multiple sendBody() creates new instances of routes and endpoints?

2012-11-20 Thread Tai Truong
Hi I'm a newbie to Apache Camel and currently evaluating it - though I know Spring Integration and EIP pretty well. Looking briefly at this example: http://camel.apache.org/walk-through-an-example.html I wonder what happens when I call the sendBody() in several threads? This is of course a sim