Re: ExchangeTimedOutException: The OUT message was not received within: 20000 millis.

2010-06-03 Thread lekkie
I eventually figured this put. I had to wiretap the response. THanks. Claus Ibsen-2 wrote: > > Are you sending request/reply or fire and forget messaging over JMS? > > When you get that 20 sec timeout then its because Camel uses InOut and > expects a reply being send back to JMSReplyTo. > >

Re: ExchangeTimedOutException: The OUT message was not received within: 20000 millis.

2010-06-03 Thread Claus Ibsen
Are you sending request/reply or fire and forget messaging over JMS? When you get that 20 sec timeout then its because Camel uses InOut and expects a reply being send back to JMSReplyTo. See http://camel.apache.org/event-message.html http://camel.apache.org/request-reply.html On Thu, Jun 3, 2010