Hi, is there a way to let Camel consume poisoned (unprocessable) messages? I haven't had any luck so far.
My setup: Apache Camel 1.6.0 on Spring 2.5.6 on JBoss AS 5.0.0 All Camel routes start and end in JMS queues, consuming and producing is transacted (Spring-JtaTransactionManager) Routes are setup within Spring XML. So far, all poisoned messages go straight into the DLQ from JBoss Messaging. Is there a way to consume the messages despite of any processing exceptions and route them to a different (error) queue including the exception that caused the failure? Kindly appreciate your help, Frank -- View this message in context: http://www.nabble.com/Processing-poisoned-messages-tp23112839p23112839.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.
