I ha following route
onException(GenericFileOperationFailedException.class) .process(new DeliveryFailureHandler()).stop(); from("test-jms:queue:feed.notificationtest.queue") .process(processor) .recipientList(header("recipientListHeader").tokenize(",")); recipientListHeader contains a cvs list of endpoints (FTP) how can I detect the endpoint URI causing the exception? -- View this message in context: http://old.nabble.com/Error-handling-with-recipientList-tp26196454p26196454.html Sent from the Camel - Users mailing list archive at Nabble.com.