How do I avoid using the dead letter queue using Camel -


i have in/out producer in camel hangs around limited time before getting caller. times naturally results in dead letter item , exception being caught caller when response late.

what have caller receive timeout message instead of exception , item never end in dlq. naturally put listener on dlq item has home go shouldn't ever dlq.

does have pattern this? how done? there redundant consumer patterns (see camel in action link) kind of combined producer/consumer problem generated in/out pattern.

sounds using dead letter channel error handler, try using noerrorhandler - http://camel.apache.org/error-handler


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -