Hi

Look at the error
org.apache.camel.ExchangeTimedOutException: The OUT message was not received
within: 20000 millis due reply message with correlationID:

Looks like its connected with MEP
Could you try putting  <setExchangePattern pattern="InOnly"/> before putting
the message into Q. It should solve the problem

By default, the MEP is InOut. Hence it waits indefinitely for a reply and
when fails, it rollsback the route.

Cheers
Reji



--
View this message in context: 
http://camel.465427.n5.nabble.com/Dead-Letter-Channel-problem-tp5741912p5742593.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to