Weird question. There are a billion ways to do this. it depends upon your base requirements. Typically you consume from the queue and invoke some logic in the route and then pass off the results to another system. What are your actual requirements?
*Robert Simmons Jr. MSc. - Lead Java Architect @ EA* *Author of: Hardcore Java (2003) and Maintainable Java (2012)* *LinkedIn: **http://www.linkedin.com/pub/robert-simmons/40/852/a39 <http://www.linkedin.com/pub/robert-simmons/40/852/a39>* On Mon, Dec 23, 2013 at 8:38 AM, Darwish <othman.darw...@progressoft.com>wrote: > Hi, > You can user DeadLetterChannel error handler as bellow > > <errorHandler id="myDLC" type="DeadLetterChannel" > deadLetterUri="AMQ:queue:ERROR_Q" useOriginalMessage="true"/> > > in the timer route you need to force using that error handler using > errorHandlerRef="myDLC" > > then start new route to consume error messages from AMQ:queue:ERROR_Q > > > > > > > > ----- > Othman Darwish > ProgressSoft Corp. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Processing-Error-queue-and-handling-them-appropriately-tp5745188p5745189.html > Sent from the Camel - Users mailing list archive at Nabble.com. >