We use Camel 2.4.0 to hide infrastructure. So camel sends an InvocationBean
over JMS.
When an exception is raised we want to enrich the message on the DLQ with
information about the exception being raised.
To do this we configure an onException in spring xml.
If we do nothing in this "onException"-route and only route it to a dlq the
InvocationBean is put on the dlq.
If we do anything in this route "onException"-route the body is null.

--
View this message in context: 
http://camel.465427.n5.nabble.com/Enriching-invocationbean-gives-null-body-tp5713967.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to