Hi

If you use JMS then the default timeout for request/reply is 20 sec.

See the JMS docs
http://camel.apache.org/jms

On Tue, Sep 9, 2014 at 1:01 PM, rajiv.jain <[email protected]> wrote:
> Hi
>
> I seem to get timeout errors after 20 seconds. I have a custom processor the
> implements Processor. I inject a DAO and when finding the data within the
> custom processor it takes longer to find the data on the Apache Camel side
> and it timeouts. If I run the same code without Apache Camel it runs
> instantly.
>
> I am unable to figure out what is the cause of the problem.
>
> I have located the code on Githib: https://github.com/rajivj2/example2
>
> The problem is on line 27 of StatusHibernateDAO. I use a in memory database
> with only one table. There is only data populated.
>
> I hope you can help.
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Apache-Camel-timeout-during-finding-data-through-a-CustomProcessor-tp5756240.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to