Hi, Is subj still possible? My specific case is that I want to forward message to DLQ if error happened in JAXB unmarshaller, but redeliver for everything else. In Camel 2.0 it was possible to supply error handler reference to <camel:unmarshal /> (spring DSL), but that's not the case.
For reference, route is activemq -> unmarshal -> bean -> marshal -> (reply-to destination) Thanks, Pavel