On Tue, Dec 29, 2009 at 1:58 PM, yaog <yairo...@gmail.com> wrote:
>
>
>
> Claus Ibsen-2 wrote:
>>
>> You got a few issues mixed up.
>>
>> from A -> B will let Camel create a polling consumer and invoke A all the
>> time.
>>
>> What you are looking for is some queue like functionally where you can
>> send a message to that queue and then have it routed.
>> http://camel.apache.org/seda.html
>>
>>
>
> This indeed helped me out.
>
> Thank you very much.
>
> 1. I haven't seen anything about this in documentation. Can you refer me to
> somewhere that can help sort these things out?
>

Check out the Polling Consumer EIP pattern from the Camel pattern page


> 2. Is there a way to have all the route be synchronic within the same
> thread? Is "direct" the way to do it?
>

Yes direct is sync.

Are you using Camel together with something else, lets say ServiceMix?
If you are just started with Camel it may be a good idea to try using
Camel 2.1.0 as all new development etc. is happening on the 2.x
branch.


>
>
> --
> View this message in context: 
> http://old.nabble.com/newbie-help-tp26951866p26954156.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to