Hi, It sounds like your are trying to do a produce via JMS in a request/response manner and it is taking longer than 20 seconds. By default, the JMS component will wait 20 seconds and then throw a timeout error if a response was not received within the time interval. This setting can be changed on the JMS component by setting the requestTimeout parameter or CamelJmsRequestTimeout header as mentioned in the JMS component documentation [1].
[1] - http://camel.apache.org/jms.html - Andy -- Andrew Block On May 17, 2015 at 1:04:37 AM, gargankur007 ([email protected]) wrote: Hi I am using a CXF based Web Service hosted on my machine. I am receiving following error when I try to hit from Soap Client 03:09:54,289 | WARN | null.errorQueue] | TemporaryQueueReplyManager | 206 - org.apache.camel.camel-jms - 2.12.0.redhat-610379 | Timeout occurred after 20000 millis waiting for reply message with correlationID [Camel-5a4d70b8-3e45-4586-9d4e-a2d0c0537938]. Setting ExchangeTimedOutException on (MessageId: 09212ab6-ec34-477d-8a28-4d87adb8f2c2 on ExchangeId: 5453b4b4-72ac-472b-b960-572483dcb0ca) and continue routing. For some routes it work and for some it does not. -- View this message in context: http://camel.465427.n5.nabble.com/Client-not-abel-to-recieve-response-within-20seconds-tp5767158.html Sent from the Camel - Users mailing list archive at Nabble.com.
